You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2023/09/18 23:53:59 UTC

[arrow] branch dependabot/nuget/csharp/xunit.runner.visualstudio-2.5.1 updated (fc652cfcd9 -> bd0ae0a5b4)

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

github-bot pushed a change to branch dependabot/nuget/csharp/xunit.runner.visualstudio-2.5.1
in repository https://gitbox.apache.org/repos/asf/arrow.git


    omit fc652cfcd9 MINOR: [C#] Bump xunit.runner.visualstudio in /csharp
     add 6a3c6a78e2 GH-37704: [Java] Add schema IPC serialization methods (#37778)
     add efbabd3e95 GH-37771: [Go][Benchmarking] Update Conbench git info (#37772)
     add 440dc92caa GH-37576: [R] Use `SafeCallIntoR()` to call garbage collector after a failed allocation (#37565)
     add 42192d82cd MINOR: [C#] Bump xunit from 2.5.0 to 2.5.1 in /csharp (#37775)
     add bd0ae0a5b4 MINOR: [C#] Bump xunit.runner.visualstudio 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   (fc652cfcd9)
            \
             N -- N -- N   refs/heads/dependabot/nuget/csharp/xunit.runner.visualstudio-2.5.1 (bd0ae0a5b4)

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:
 ci/scripts/go_bench_adapt.py                       | 15 ++++----
 .../Apache.Arrow.Compression.Tests.csproj          |  2 +-
 .../Apache.Arrow.Flight.Sql.Tests.csproj           |  2 +-
 .../Apache.Arrow.Flight.Tests.csproj               |  2 +-
 .../Apache.Arrow.Tests/Apache.Arrow.Tests.csproj   |  2 +-
 .../arrow/flight/perf/PerformanceTestServer.java   |  3 +-
 .../org/apache/arrow/flight/perf/TestPerf.java     |  3 +-
 .../org/apache/arrow/vector/types/pojo/Schema.java | 44 ++++++++++++++++++++++
 .../apache/arrow/vector/types/pojo/TestSchema.java | 39 +++++++++++++++++++
 r/src/memorypool.cpp                               | 14 +++----
 r/tests/testthat/test-arrow.R                      |  2 +-
 11 files changed, 105 insertions(+), 23 deletions(-)