mingmwang commented on PR #5290: URL: https://github.com/apache/arrow-datafusion/pull/5290#issuecomment-1441246998
Test name | TopDown Rule | Bottom Up Rule | Desc -- | -- | -- |-- test_remove_unnecessary_sort4 | PASS | FAIL | Two Down result is better, removed unnecessary `SortPreservingMergeExec` test_remove_unnecessary_sort6 | PASS | FAIL | test_union_inputs_different_sorted2 | PASS | FAIL| Actually the results are the same, just the plan shape is different test_union_inputs_different_sorted4 | PASS | FAIL| Same as above test_union_inputs_different_sorted6 | PASS | FAIL| Two Down result is better test_sort_merge_join_order_by_left | PASS | FAIL test_sort_merge_join_order_by_right | PASS | FAIL test_not_remove_top_sort_window_multilayer | FAIL | PASS | Two Down rule does not remove the Sort due to preserve ordering(`maintains_input_order`) test_multiple_sort_window_exec | PASS | FAIL test_window_multi_path_sort | FAIL | PASS | Two Down rule does not remove the Sort due to preserve ordering(`maintains_input_order`) test_multilayer_coalesce_partitions | FAIL | PASS | In the Top down rule, global Sort optimization is achieved by the combination of `GlobalSortSelection`, `EnforceDistribution` and `EnforceSorting` now test_coalesce_propagate | FAIL | PASS | Same as above test_commutativity | FAIL | PASS | Same as above -- 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