-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Equivalence (ordering and exact equivalence) Propagation through ProjectionExec #8484
Better Equivalence (ordering and exact equivalence) Propagation through ProjectionExec #8484
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f990947 - Browse repository at this point
Copy the full SHA f990947View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce982f0 - Browse repository at this point
Copy the full SHA ce982f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc081f - Browse repository at this point
Copy the full SHA 8dc081fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8560c87 - Browse repository at this point
Copy the full SHA 8560c87View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c31ec8c - Browse repository at this point
Copy the full SHA c31ec8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b1504 - Browse repository at this point
Copy the full SHA 49b1504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce3b90 - Browse repository at this point
Copy the full SHA 4ce3b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78206ba - Browse repository at this point
Copy the full SHA 78206baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 429096a - Browse repository at this point
Copy the full SHA 429096aView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4a3d7e - Browse repository at this point
Copy the full SHA a4a3d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bc4d9 - Browse repository at this point
Copy the full SHA f6bc4d9View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 20ade77 - Browse repository at this point
Copy the full SHA 20ade77View commit details -
Merge branch 'apache_main' into complex_exprs_ordering_support
# Conflicts: # datafusion/physical-expr/src/equivalence.rs # datafusion/sqllogictest/test_files/groupby.slt
Configuration menu - View commit details
-
Copy full SHA for 2b7a43c - Browse repository at this point
Copy the full SHA 2b7a43cView commit details
Commits on Nov 16, 2023
-
Merge branch 'apache_main' into complex_exprs_ordering_support
# Conflicts: # datafusion/core/src/physical_optimizer/enforce_distribution.rs # datafusion/core/src/physical_optimizer/replace_with_order_preserving_variants.rs
Configuration menu - View commit details
-
Copy full SHA for fffde03 - Browse repository at this point
Copy the full SHA fffde03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d05d9 - Browse repository at this point
Copy the full SHA 66d05d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78b9d7 - Browse repository at this point
Copy the full SHA b78b9d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20b5f08 - Browse repository at this point
Copy the full SHA 20b5f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1a2b9 - Browse repository at this point
Copy the full SHA 3e1a2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be89e2 - Browse repository at this point
Copy the full SHA 9be89e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e96d0 - Browse repository at this point
Copy the full SHA 20e96d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2400a9b - Browse repository at this point
Copy the full SHA 2400a9bView commit details
Commits on Nov 17, 2023
-
Merge branch 'apache_main' into complex_exprs_ordering_support
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Configuration menu - View commit details
-
Copy full SHA for 0cd8427 - Browse repository at this point
Copy the full SHA 0cd8427View commit details -
Complex exprs requirement support (#215)
* Discover ordering of complex expressions in group by and window partition by * Remove unnecessary tests * Update comments * Minor changes * Better projection support complex expression support * Fix failing test * Simplifications * Simplifications * Add is end flag * Simplifications * Simplifications * Simplifications * Minor changes * Minor changes * Minor changes * All tests pass * Change implementation of find_longest_permutation * Minor changes * Minor changes * Remove projection section * Remove projection implementation * Fix linter errors * Remove projection sections * Minor changes * Add docstring comments * Add comments * Minor changes * Minor changes * Add comments * simplifications
Configuration menu - View commit details
-
Copy full SHA for 7a1e030 - Browse repository at this point
Copy the full SHA 7a1e030View commit details -
Merge branch 'complex_exprs_requirement' into complex_exprs_projection
# Conflicts: # datafusion/physical-expr/src/equivalence.rs # datafusion/physical-expr/src/sort_properties.rs
Configuration menu - View commit details
-
Copy full SHA for 63c1ee5 - Browse repository at this point
Copy the full SHA 63c1ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d39f5b2 - Browse repository at this point
Copy the full SHA d39f5b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1120488 - Browse repository at this point
Copy the full SHA 1120488View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a2667 - Browse repository at this point
Copy the full SHA d2a2667View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7604c13 - Browse repository at this point
Copy the full SHA 7604c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 792c8e9 - Browse repository at this point
Copy the full SHA 792c8e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b35d343 - Browse repository at this point
Copy the full SHA b35d343View commit details -
Merge branch 'complex_exprs_requirement' into complex_exprs_projection
# Conflicts: # datafusion/physical-expr/src/equivalence.rs
Configuration menu - View commit details
-
Copy full SHA for ad3b2be - Browse repository at this point
Copy the full SHA ad3b2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 464c0a0 - Browse repository at this point
Copy the full SHA 464c0a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cee9018 - Browse repository at this point
Copy the full SHA cee9018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4659904 - Browse repository at this point
Copy the full SHA 4659904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f32fb7 - Browse repository at this point
Copy the full SHA 9f32fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5e7ec - Browse repository at this point
Copy the full SHA 0f5e7ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e2f7ba - Browse repository at this point
Copy the full SHA 6e2f7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4bb76 - Browse repository at this point
Copy the full SHA 3a4bb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ff152 - Browse repository at this point
Copy the full SHA 39ff152View commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b8dffc - Browse repository at this point
Copy the full SHA 2b8dffcView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9afd4b5 - Browse repository at this point
Copy the full SHA 9afd4b5View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e429e89 - Browse repository at this point
Copy the full SHA e429e89View commit details -
Merge branch 'apache_main' into complex_exprs_projection
# Conflicts: # datafusion/physical-expr/src/equivalence.rs # datafusion/sqllogictest/test_files/groupby.slt
Configuration menu - View commit details
-
Copy full SHA for a48a953 - Browse repository at this point
Copy the full SHA a48a953View commit details -
Configuration menu - View commit details
-
Copy full SHA for f38a9c4 - Browse repository at this point
Copy the full SHA f38a9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e86fe6 - Browse repository at this point
Copy the full SHA 5e86fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66856ae - Browse repository at this point
Copy the full SHA 66856aeView commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2a617e - Browse repository at this point
Copy the full SHA c2a617eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68586e8 - Browse repository at this point
Copy the full SHA 68586e8View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1508964 - Browse repository at this point
Copy the full SHA 1508964View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96f7d3a - Browse repository at this point
Copy the full SHA 96f7d3aView commit details