-
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
Implement Streaming Aggregation: Do not break pipeline in aggregation if group by columns are ordered #6034
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c1dfeb - Browse repository at this point
Copy the full SHA 6c1dfebView commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d8e6f5 - Browse repository at this point
Copy the full SHA 1d8e6f5View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e35703b - Browse repository at this point
Copy the full SHA e35703bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7057106 - Browse repository at this point
Copy the full SHA 7057106View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16c52f8 - Browse repository at this point
Copy the full SHA 16c52f8View commit details
Commits on Mar 31, 2023
-
Merge branch 'main' into feature/stream_groupby
# Conflicts: # datafusion/core/src/physical_optimizer/repartition.rs # datafusion/core/src/physical_plan/joins/sort_merge_join.rs # datafusion/core/src/physical_plan/joins/symmetric_hash_join.rs # datafusion/core/src/physical_plan/mod.rs # datafusion/core/src/physical_plan/sorts/sort_preserving_merge.rs # datafusion/core/src/physical_plan/windows/bounded_window_agg_exec.rs # datafusion/core/src/physical_plan/windows/window_agg_exec.rs # datafusion/physical-expr/src/utils.rs
Configuration menu - View commit details
-
Copy full SHA for f67313d - Browse repository at this point
Copy the full SHA f67313dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c8085 - Browse repository at this point
Copy the full SHA 48c8085View commit details -
Configuration menu - View commit details
-
Copy full SHA for da7b2c6 - Browse repository at this point
Copy the full SHA da7b2c6View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab93bf3 - Browse repository at this point
Copy the full SHA ab93bf3View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6134751 - Browse repository at this point
Copy the full SHA 6134751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf0180 - Browse repository at this point
Copy the full SHA 2cf0180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2802685 - Browse repository at this point
Copy the full SHA 2802685View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 786caef - Browse repository at this point
Copy the full SHA 786caefView commit details -
Merge branch 'main' into feature/stream_groupby
# Conflicts: # datafusion/core/src/test_util/mod.rs # datafusion/physical-expr/src/utils.rs
Configuration menu - View commit details
-
Copy full SHA for f04bd05 - Browse repository at this point
Copy the full SHA f04bd05View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f78cb - Browse repository at this point
Copy the full SHA a9f78cbView commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9f6d93 - Browse repository at this point
Copy the full SHA a9f6d93View commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f49e55 - Browse repository at this point
Copy the full SHA 4f49e55View commit details -
Merge branch 'main' into feature/stream_groupby
# Conflicts: # datafusion/common/src/utils.rs
Configuration menu - View commit details
-
Copy full SHA for 0a0b496 - Browse repository at this point
Copy the full SHA 0a0b496View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae29248 - Browse repository at this point
Copy the full SHA ae29248View commit details -
Merge branch 'main' into feature/output_order_vec
# Conflicts: # datafusion/core/src/physical_optimizer/repartition.rs # datafusion/core/src/physical_optimizer/sort_pushdown.rs
Configuration menu - View commit details
-
Copy full SHA for 8828aec - Browse repository at this point
Copy the full SHA 8828aecView commit details
Commits on Apr 10, 2023
-
Merge branch 'feature/output_order_vec' into feature/stream_groupby
# Conflicts: # datafusion/core/src/physical_plan/aggregates/mod.rs
Configuration menu - View commit details
-
Copy full SHA for 45a0aab - Browse repository at this point
Copy the full SHA 45a0aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1872f6 - Browse repository at this point
Copy the full SHA c1872f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c25ff - Browse repository at this point
Copy the full SHA b4c25ffView commit details
Commits on Apr 11, 2023
-
Merge branch 'main' into feature/stream_groupby
# Conflicts: # datafusion/core/src/physical_plan/aggregates/row_hash.rs
Configuration menu - View commit details
-
Copy full SHA for c6730c0 - Browse repository at this point
Copy the full SHA c6730c0View commit details
Commits on Apr 12, 2023
-
Merge branch 'main' into feature/stream_groupby
# Conflicts: # datafusion/core/src/physical_plan/aggregates/mod.rs # datafusion/core/src/physical_plan/aggregates/row_hash.rs # datafusion/core/src/test_util/mod.rs # datafusion/core/tests/sql/window.rs
Configuration menu - View commit details
-
Copy full SHA for e321082 - Browse repository at this point
Copy the full SHA e321082View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb55f50 - Browse repository at this point
Copy the full SHA bb55f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eab0d0 - Browse repository at this point
Copy the full SHA 2eab0d0View commit details -
Merge branch 'main' into feature/stream_groupby
# Conflicts: # datafusion/core/tests/sqllogictests/test_files/window.slt
Configuration menu - View commit details
-
Copy full SHA for cfc86e4 - Browse repository at this point
Copy the full SHA cfc86e4View commit details
Commits on Apr 14, 2023
-
Merge branch 'main' into feature/stream_groupby
# Conflicts: # datafusion/common/src/utils.rs # datafusion/core/src/physical_optimizer/sort_enforcement.rs # datafusion/core/src/physical_plan/streaming.rs # datafusion/core/src/physical_plan/windows/bounded_window_agg_exec.rs # datafusion/core/src/physical_plan/windows/window_agg_exec.rs # datafusion/physical-expr/src/utils.rs
Configuration menu - View commit details
-
Copy full SHA for 2fc47a8 - Browse repository at this point
Copy the full SHA 2fc47a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0932f52 - Browse repository at this point
Copy the full SHA 0932f52View commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4083422 - Browse repository at this point
Copy the full SHA 4083422View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c17186a - Browse repository at this point
Copy the full SHA c17186aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01dd18b - Browse repository at this point
Copy the full SHA 01dd18bView commit details
Commits on Apr 20, 2023
-
Merge branch 'main' into feature/stream_groupby4
# Conflicts: # datafusion/core/src/physical_plan/aggregates/row_hash.rs
Configuration menu - View commit details
-
Copy full SHA for e4f4347 - Browse repository at this point
Copy the full SHA e4f4347View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 479bc0c - Browse repository at this point
Copy the full SHA 479bc0cView commit details -
Merge branch 'main' into feature/stream_groupby4
# Conflicts: # datafusion/core/src/physical_plan/union.rs
Configuration menu - View commit details
-
Copy full SHA for 19f82da - Browse repository at this point
Copy the full SHA 19f82daView commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e70583 - Browse repository at this point
Copy the full SHA 6e70583View commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e13742c - Browse repository at this point
Copy the full SHA e13742cView commit details -
Merge branch 'main' into feature/stream_groupby4
# Conflicts: # datafusion/core/src/physical_plan/windows/bounded_window_agg_exec.rs # datafusion/core/tests/sql/group_by.rs # datafusion/core/tests/sqllogictests/test_files/window.slt
Configuration menu - View commit details
-
Copy full SHA for feb9117 - Browse repository at this point
Copy the full SHA feb9117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de426c - Browse repository at this point
Copy the full SHA 0de426cView commit details -
Merge branch 'main' into feature/stream_groupby4
# Conflicts: # datafusion/core/src/physical_plan/aggregates/mod.rs
Configuration menu - View commit details
-
Copy full SHA for 4a07c10 - Browse repository at this point
Copy the full SHA 4a07c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a13f4 - Browse repository at this point
Copy the full SHA 70a13f4View commit details