jackwener commented on code in PR #4618:
URL: https://github.com/apache/arrow-datafusion/pull/4618#discussion_r1048602752
##########
datafusion/optimizer/src/optimizer.rs:
##########
@@ -69,6 +69,11 @@ pub trait OptimizerRule {
/// A human readable name for this optimizer rule
fn name(&self) -> &str;
+
+ /// If a rule use default None, its should traverse recursively plan
inside itself
+ fn apply_order(&self) -> Option<ApplyOrder> {
+ None
+ }
Review Comment:
It' compatible with origin
--
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]