korowa commented on code in PR #8020: URL: https://github.com/apache/arrow-datafusion/pull/8020#discussion_r1386140174
########## datafusion/sqllogictest/test_files/join_disable_repartition_joins.slt: ########## @@ -72,11 +72,11 @@ SELECT t1.a, t1.b, t1.c, t2.a as a2 ON t1.d = t2.d ORDER BY a2, t2.b LIMIT 5 ---- -0 0 0 0 -0 0 2 0 -0 0 3 0 -0 0 6 0 -0 0 20 0 +1 3 95 0 Review Comment: @metesynnada, my bad, didn't notice those special cases in `calculate_join_output_ordering` for inner joins. I guess, I'll make some research on [this one](https://github.com/apache/arrow-datafusion/pull/6679/files#r1233938719) and ideas related to it. Thank you! -- 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]
