jackwener commented on code in PR #5593:
URL: https://github.com/apache/arrow-datafusion/pull/5593#discussion_r1140365145


##########
datafusion/optimizer/src/decorrelate_where_in.rs:
##########
@@ -149,6 +152,7 @@ fn optimize_where_in(
     let projection = Projection::try_from_plan(&query_info.query.subquery)
         .map_err(|e| context!("a projection is required", e))?;
     let subquery_input = projection.input.clone();
+    // TODO add the validate logic to Analyzer

Review Comment:
   😍Look forward it!
   
   In the future, I also prepare to do some check job in the Analyzer.



-- 
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]

Reply via email to