alamb commented on code in PR #15012:
URL: https://github.com/apache/datafusion/pull/15012#discussion_r1981161916
##########
datafusion/optimizer/src/optimizer.rs:
##########
@@ -243,7 +242,6 @@ impl Optimizer {
let rules: Vec<Arc<dyn OptimizerRule + Sync + Send>> = vec![
Arc::new(EliminateNestedUnion::new()),
Arc::new(SimplifyExpressions::new()),
- Arc::new(UnwrapCastInComparison::new()),
Review Comment:
this is great -- it will also reduce the number of times the entire plan
tree gets walked/massaged
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]