This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/main/arrow-parquet-9e0b249e9c
in repository https://gitbox.apache.org/repos/asf/datafusion.git
omit 3ad8f9f76e chore(deps): bump the arrow-parquet group with 2 updates
add f20e2e29b5 Remove unused fetch inside ExternalSorter (#15525)
add 546f0acebb Update concepts-readings-events.md (#15541)
add b9decd7f16 Fix duplicate unqualified Field name (schema error) on join
queries (#15438)
add 50c62417cc Add documentation example for `AggregateExprBuilder`
(#15504)
add 7317198616 Add utf8view benchmark for aggregate topk (#15518)
add c929a1cd13 ArraySort: support structs (#15527)
add 28451b5ff1 Migrate datafusion/sql tests to insta, part3 (#15533)
add a619e00a97 fix: aggregation corner case (#15457)
add fe1d32117d chore(deps): bump the arrow-parquet group with 2 updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3ad8f9f76e)
\
N -- N -- N
refs/heads/dependabot/cargo/main/arrow-parquet-9e0b249e9c (fe1d32117d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
datafusion/core/benches/data_utils/mod.rs | 60 +-
datafusion/core/benches/distinct_query_sql.rs | 3 +-
datafusion/core/benches/topk_aggregate.rs | 49 +-
datafusion/expr/src/logical_plan/builder.rs | 38 +-
datafusion/functions-nested/src/sort.rs | 20 +-
datafusion/functions-table/src/generate_series.rs | 9 +-
datafusion/physical-expr/src/aggregate.rs | 88 ++
.../physical-expr/src/equivalence/projection.rs | 8 +-
datafusion/physical-plan/src/sorts/sort.rs | 79 +-
datafusion/sql/tests/sql_integration.rs | 1378 +++++++++++++-------
datafusion/sqllogictest/test_files/aggregate.slt | 23 +
datafusion/sqllogictest/test_files/array.slt | 5 +
datafusion/substrait/src/logical_plan/consumer.rs | 3 +-
.../substrait/tests/cases/consumer_integration.rs | 27 +
.../tests/testdata/test_plans/multiple_joins.json | 536 ++++++++
docs/source/user-guide/concepts-readings-events.md | 6 +
16 files changed, 1749 insertions(+), 583 deletions(-)
create mode 100644
datafusion/substrait/tests/testdata/test_plans/multiple_joins.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]