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 2021/04/13 13:21:13 UTC

[GitHub] [arrow] Dandandan commented on a change in pull request #10013: ARROW-12361: [Rust] [DataFusion] Allow users to override physical optimization rules

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:
users@infra.apache.org