This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch dependabot/cargo/main/apache-avro-0.15
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
omit f6a720e5b5 chore(deps): update apache-avro requirement from 0.14 to
0.15
add 311e8c7c7a Fix `make_array` null handling, update tests (#6900)
add 3dcbe699b6 chore(deps): bump actions/labeler from 4.2.0 to 4.3.0
(#6911)
add efc3827195 Minor: Add TPCH scale factor 10 to bench.sh, use 10
iteration (#6893)
add 1e85e72654 Minor: Add output to aggregrate_fuzz.rs on failure (#6905)
add 19c4253512 allow window UDF to return null (#6915)
add 06fe066871 Add factory method to PartitionedFile to create filescan
link (#6909)
add d6985b0fc1 minor: fix doc to remove duplicate content (#6923)
add 388aa25b73 Revert "chore(deps): update bigdecimal requirement from
0.3.0 to 0.4.0 (#6848)" (#6896)
add 04ecaf7405 Make FileScanConfig::project pub (#6931)
add c965f087f6 chore(deps): update apache-avro requirement from 0.14 to
0.15
add c6ab6f7578 Update datafusion-cli cargo
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 (f6a720e5b5)
\
N -- N -- N refs/heads/dependabot/cargo/main/apache-avro-0.15
(c6ab6f7578)
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:
.github/workflows/dev_pr.yml | 2 +-
benchmarks/bench.sh | 93 +++++++++++++-----
datafusion-cli/Cargo.lock | 104 ++++++++++-----------
datafusion/core/Cargo.toml | 2 +-
datafusion/core/src/datasource/listing/mod.rs | 6 ++
.../core/src/datasource/physical_plan/mod.rs | 2 +-
datafusion/core/src/physical_plan/windows/mod.rs | 2 +-
datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs | 32 +++++--
.../core/tests/sqllogictests/test_files/array.slt | 92 ++++++++++++------
.../core/tests/sqllogictests/test_files/insert.slt | 2 +-
.../core/tests/sqllogictests/test_files/window.slt | 4 +-
.../user_defined/user_defined_window_functions.rs | 48 +++++++++-
datafusion/physical-expr/src/array_expressions.rs | 77 ++++++++++++++-
docs/source/user-guide/sql/data_types.md | 1 -
14 files changed, 343 insertions(+), 124 deletions(-)