This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/cargo/rust/arrow-datafusion-e229f9488e
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard 2b83dd9cf chore(rust): Bump the arrow-datafusion group across 1 
directory with 4 updates
     add eae39ddb5 feat(csharp/src/Drivers/Databricks): Improve memory 
utilization of cloud downloads (#3652)
     add 0b01c6e3f chore(csharp/src/Drivers/Databricks): Revert previous 
"memory utilization of cloud downloads" change (#3655)
     add a86b61613 feat(csharp/src/Drivers/Databricks): Clarify CloudFetch 
memory manager behavior and set appropriate limit (#3656)
     add 726a9fc82 ci: force rebuild of Docker images for Linux packaging 
(#3658)
     add 8ac610f9d test(c/driver_manager,python/adbc_driver_manager): fix 
failing tests (#3661)
     add 0650b83b9 test(glib,ruby): pin power_assert (#3662)
     add b7780ec2c ci: drop 3.9 from verification, add 3.14 (#3663)
     add 68a2d61b5 feat(csharp/Benchmarks): Add CloudFetch E2E performance 
benchmark (#3660)
     add 42de5b95b chore(csharp): Bump BenchmarkDotNet from 0.15.4 to 0.15.5 
(#3672)
     add f85ad50d8 chore(rust): Bump the arrow-datafusion group across 1 
directory with 4 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   (2b83dd9cf)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/rust/arrow-datafusion-e229f9488e (f85ad50d8)

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:
 c/driver_manager/adbc_driver_manager_test.cc       |  12 +-
 ci/linux-packages/apt/debian-bookworm/Dockerfile   |   2 +
 ci/linux-packages/apt/debian-trixie/Dockerfile     |   2 +
 ci/linux-packages/apt/ubuntu-jammy/Dockerfile      |   2 +
 ci/linux-packages/apt/ubuntu-noble/Dockerfile      |   2 +
 ci/linux-packages/yum/almalinux-10/Dockerfile      |   2 +
 ci/linux-packages/yum/almalinux-8/Dockerfile       |   2 +
 ci/linux-packages/yum/almalinux-9/Dockerfile       |   2 +
 csharp/Benchmarks/Benchmarks.csproj                |   7 +
 csharp/Benchmarks/CloudFetchBenchmarkRunner.cs     |  44 ++++
 .../Databricks/CloudFetchRealE2EBenchmark.cs       | 286 +++++++++++++++++++++
 csharp/Benchmarks/Databricks/README.md             | 142 ++++++++++
 csharp/Directory.Packages.props                    |   2 +-
 .../Reader/CloudFetch/CloudFetchDownloadManager.cs |   2 +-
 .../CloudFetch/CloudFetchMemoryBufferManager.cs    |  10 +-
 dev/release/verify-release-candidate.sh            |   4 +-
 glib/Gemfile                                       |   2 +
 python/adbc_driver_manager/tests/test_blocking.py  |  13 +-
 ruby/Gemfile                                       |   2 +
 19 files changed, 526 insertions(+), 14 deletions(-)
 create mode 100644 csharp/Benchmarks/CloudFetchBenchmarkRunner.cs
 create mode 100644 csharp/Benchmarks/Databricks/CloudFetchRealE2EBenchmark.cs
 create mode 100644 csharp/Benchmarks/Databricks/README.md

Reply via email to