comphead commented on code in PR #9520:
URL: https://github.com/apache/arrow-datafusion/pull/9520#discussion_r1518651956
##########
datafusion/core/src/execution/context/mod.rs:
##########
@@ -1641,12 +1643,13 @@ impl SessionState {
self
}
- /// Adds a new [`PhysicalOptimizerRule`]
+ /// Add `physical_optimizer_rule` to the end of the list of
+ /// [`PhysicalOptimizerRule`]s used to rewrite queries.
pub fn add_physical_optimizer_rule(
mut self,
- optimizer_rule: Arc<dyn PhysicalOptimizerRule + Send + Sync>,
+ physical_optimizer_rule: Arc<dyn PhysicalOptimizerRule + Send + Sync>,
Review Comment:
👍
--
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]