jorgecarleitao opened a new pull request #9342: URL: https://github.com/apache/arrow/pull/9342
# Rational Currently, users of the `DefaultPhysicalPlanner` can add one custom logical planner. This implies that if they use two custom nodes, they will be unable to use two custom logical planners, one per node, to plan a logical plan with both nodes. # This PR This PR is built on top of #9333 and allows users to use more than one custom planner. The idea here is that by doing so, we enable all kinds of customization on which people can share custom nodes and respective custom planner (e.g. on a separate crate), and consumers can simply use them together with other custom nodes. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
