AssHero commented on code in PR #2750: URL: https://github.com/apache/arrow-datafusion/pull/2750#discussion_r902102694
########## datafusion/sql/src/planner.rs: ########## @@ -2584,6 +2587,230 @@ fn extract_join_keys( } } +/// Recursively traversese expr, if expr returns false when +/// any inputs are null, treats columns of both sides as nonnullable columns. +/// +/// For and/or expr, extracts from all sub exprs and merges the columns. Review Comment: > I guess here is For And and Or exprs, we need to extract columns from all sub exprs. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org