alamb commented on code in PR #4149: URL: https://github.com/apache/arrow-datafusion/pull/4149#discussion_r1020749158
########## datafusion/core/tests/sql/joins.rs: ########## @@ -1428,9 +1428,9 @@ async fn reduce_left_join_1() -> Result<()> { "Explain [plan_type:Utf8, plan:Utf8]", " Projection: t1.t1_id, t1.t1_name, t1.t1_int, t2.t2_id, t2.t2_name, t2.t2_int [t1_id:UInt32;N, t1_name:Utf8;N, t1_int:UInt32;N, t2_id:UInt32;N, t2_name:Utf8;N, t2_int:UInt32;N]", " Inner Join: t1.t1_id = t2.t2_id [t1_id:UInt32;N, t1_name:Utf8;N, t1_int:UInt32;N, t2_id:UInt32;N, t2_name:Utf8;N, t2_int:UInt32;N]", - " Filter: CAST(t1.t1_id AS Int64) < Int64(100) [t1_id:UInt32;N, t1_name:Utf8;N, t1_int:UInt32;N]", Review Comment: This was the original regression noted in https://github.com/apache/arrow-datafusion/pull/3699#discussion_r986810683 that lead to https://github.com/apache/arrow-datafusion/issues/3702 -- 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