liukun4515 commented on PR #4725: URL: https://github.com/apache/arrow-datafusion/pull/4725#issuecomment-1364999536
why not implement this in the rule `decorrelate_where_in.rs`? The two rule of `decorrelate_where_in.rs` and `subquery_filter_to_join.rs` implement the same function, and convert the `in query` to Join. Maybe we can reduce the duplicate code and reduce the rule. cc @jackwener -- 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]
