Dandandan commented on a change in pull request #10013: URL: https://github.com/apache/arrow/pull/10013#discussion_r612440254
########## File path: rust/datafusion/src/execution/context.rs ########## @@ -680,6 +680,15 @@ impl ExecutionConfig { self } + /// Replace the physical optimizer rules + pub fn with_physical_optimizer_rules( Review comment: There is also `add_physical_optimizer_rule` that I added -> don't we want to use that? -- 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: us...@infra.apache.org