cj-zhukov commented on PR #18690: URL: https://github.com/apache/datafusion/pull/18690#issuecomment-3531006754
### High-Level Overview This PR consolidates all `query_planning` examples (analyzer_rule, expr_api, optimizer_rule, parse_sql_expr, plan_to_sql, planner_api, pruning, thread_pools) into a single example binary. Previously, each example had its own file, but now they can be executed via subcommands using: ```bash cargo run --example query_planning -- [analyzer_rule|expr_api|optimizer_rule|parse_sql_expr|plan_to_sql|planner_api|pruning|thread_pools] ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
