You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/19 04:46:14 UTC

[GitHub] [arrow-datafusion] waynexia opened a new issue, #2749: Change ExtensionPlanner::plan_extension() to an async function

waynexia opened a new issue, #2749:
URL: https://github.com/apache/arrow-datafusion/issues/2749

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   We have `PhysicalPlanner::create_physical_plan()` that can build physical plan from logical plan which is an async function. Gives a user-add extended logical plan and physical plan, the planner should also be asnyc like the build-in planner.
   
   **Describe the solution you'd like**
   Change `ExtensionPlanner::plan_extension()` to an async trait function
   
   **Describe alternatives you've considered**
   Leave it as it is.
   
   **Additional context**
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] viirya closed issue #2749: Change ExtensionPlanner::plan_extension() to an async function

Posted by GitBox <gi...@apache.org>.
viirya closed issue #2749: Change ExtensionPlanner::plan_extension() to an async function
URL: https://github.com/apache/arrow-datafusion/issues/2749


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org