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 fe1d32117d chore(deps): bump the arrow-parquet group with 2 updates
     add 190634bee1 Remove redundant statistics from FileScanConfig (#14955)
     add 56af232994 Migrate datafusion/sql tests to insta, part4 (#15548)
     add 387541c500 feat: Add config `max_temp_directory_size` to limit max 
disk usage for spilling queries (#15520)
     add 0b061bef32 fix: update group by columns for merge phase after spill 
(#15531)
     add f7b77a18db Add topk information into tree explain plans (#15547)
     add 2653c63a45 Minor: add Arc for statistics in FileGroup (#15564)
     add 910029d40a fix: Queries similar to `count-bug` produce incorrect 
results (#15281)
     add 9fea7819d2 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   (fe1d32117d)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/main/arrow-parquet-9e0b249e9c (9fea7819d2)

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/tests/fuzz_cases/aggregate_fuzz.rs |  145 ++-
 datafusion/core/tests/memory_limit/mod.rs          |   93 +-
 datafusion/datasource/src/file_groups.rs           |    7 +-
 datafusion/datasource/src/file_scan_config.rs      |   45 +-
 datafusion/datasource/src/statistics.rs            |    2 +-
 datafusion/execution/src/disk_manager.rs           |  102 +-
 datafusion/optimizer/src/decorrelate.rs            |    5 +-
 .../optimizer/src/scalar_subquery_to_join.rs       |  216 ++--
 datafusion/optimizer/src/utils.rs                  |   72 +-
 .../physical-plan/src/aggregates/row_hash.rs       |   12 +-
 datafusion/physical-plan/src/sorts/sort.rs         |    5 +-
 .../src/spill/in_progress_spill_file.rs            |   12 +-
 .../physical-plan/src/spill/spill_manager.rs       |   10 +-
 datafusion/proto/src/physical_plan/to_proto.rs     |    2 +-
 datafusion/sql/tests/sql_integration.rs            | 1350 ++++++++++++--------
 .../sqllogictest/test_files/explain_tree.slt       |    2 +-
 datafusion/sqllogictest/test_files/subquery.slt    |   44 +-
 17 files changed, 1461 insertions(+), 663 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to