aprimadi commented on code in PR #6525:
URL: https://github.com/apache/arrow-datafusion/pull/6525#discussion_r1214294602
##########
datafusion/optimizer/src/decorrelate_predicate_subquery.rs:
##########
@@ -155,6 +152,17 @@ impl OptimizerRule for DecorrelatePredicateSubquery {
_ => Ok(None),
}
}
+}
+
+impl OptimizerRule for DecorrelatePredicateSubquery {
+ fn try_optimize(
Review Comment:
What do you think storing a reference to AliasGenerator in Optimizer so it
can be reset during each call to `optimize`?
--
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]