alamb commented on code in PR #11487: URL: https://github.com/apache/datafusion/pull/11487#discussion_r1685007157
########## datafusion/core/tests/optimizer_integration.rs: ########## @@ -115,6 +117,139 @@ fn concat_ws_literals() -> Result<()> { Ok(()) } +#[test] +fn anti_join_with_join_filter() -> Result<()> { Review Comment: why are these tests moved? Does that mean we can't plan SQL with identifiers like `test.col_int32` without an Expr planner? -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org