liukun4515 commented on code in PR #3636:
URL: https://github.com/apache/arrow-datafusion/pull/3636#discussion_r982019867
##########
datafusion/core/src/execution/context.rs:
##########
@@ -1466,14 +1466,15 @@ impl SessionState {
}
let mut rules: Vec<Arc<dyn OptimizerRule + Sync + Send>> = vec![
- // Simplify expressions first to maximize the chance
- // of applying other optimizations
- Arc::new(SimplifyExpressions::new()),
- Arc::new(PreCastLitInComparisonExpressions::new()),
+ // TODO
https://github.com/apache/arrow-datafusion/issues/3557#issuecomment-1259227250
+ // type coercion can't handle the subquery plan, should rewrite
subquery first
Review Comment:
I know less about the subquery.
--
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]