This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/nuget/csharp/Microsoft.NET.Test.Sdk-17.7.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard 6f71c4faf5 MINOR: [C#] Bump Microsoft.NET.Test.Sdk from 15.8.0 to
17.7.0 in /csharp
add e90c316030 GH-37045: [MATLAB] Implement featherwrite in terms of
arrow.internal.io.feather.Writer (#37047)
add f055f5e554 GH-36886: [C++] Configure `azurite` in preparation for
testing Azure C++ filesystem (#36988)
add 3937fdb5ee MINOR: [C#] Bump BenchmarkDotNet.Diagnostics.Windows from
0.13.5 to 0.13.7 in /csharp (#37035)
add 3fdd78d7be MINOR: [C#] Bump coverlet.collector from 1.2.0 to 6.0.0 in
/csharp (#36596)
add ceef8bbad4 MINOR: [C#] Bump Microsoft.SourceLink.GitHub from 1.0.0 to
1.1.1 in /csharp (#37037)
add f3fffdd7f8 MINOR: [C#] Bump Microsoft.NET.Test.Sdk from 15.8.0 to
17.7.0 in /csharp
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 (6f71c4faf5)
\
N -- N -- N
refs/heads/dependabot/nuget/csharp/Microsoft.NET.Test.Sdk-17.7.0 (f3fffdd7f8)
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/cpp.yml | 4 ++
ci/docker/ubuntu-20.04-cpp.dockerfile | 4 ++
ci/docker/ubuntu-22.04-cpp.dockerfile | 4 ++
.../{install_numba.sh => install_azurite.sh} | 30 ++++----
cpp/Brewfile | 1 +
cpp/src/arrow/filesystem/azurefs_test.cc | 82 +++++++++++++++++++++-
csharp/src/Apache.Arrow/Apache.Arrow.csproj | 2 +-
.../Apache.Arrow.Benchmarks.csproj | 4 +-
.../Apache.Arrow.Flight.Tests.csproj | 2 +-
matlab/src/matlab/featherwrite.m | 22 ++----
matlab/test/tfeather.m | 11 ++-
11 files changed, 125 insertions(+), 41 deletions(-)
copy ci/scripts/{install_numba.sh => install_azurite.sh} (72%)