liukun4515 commented on PR #4443: URL: https://github.com/apache/arrow-datafusion/pull/4443#issuecomment-1333545952
@ygf11 thanks for your contribution, could you please add some IT in the `datafusion/core/tests/sql/joins.rs` file with your SQL like ``` select * from test0 as t0 cross join test1 as t1 where t0.a + 1 = t1.a * 2; select * from test0 as t0 cross join test1 as t1 where t0.a * 2 = t1.a - 1; ``` -- 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]
