This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch maint-16.x.x
in repository https://gitbox.apache.org/repos/asf/arrow.git
from b28633cfe5 MINOR: [Release] Manually commit fix to avoid cherry-pick
conflict for changing runner on java-jars
new dcfeceb93f GH-41140: [C#] Account for offset and length in union
arrays (#41165)
new 6cfebb947e GH-41562: [C++][Parquet] Decoding: Fix num_value handling
in ByteStreamSplitDecoder (#41565)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cpp/src/parquet/encoding.cc | 22 ++++--
cpp/src/parquet/encoding.h | 5 ++
cpp/src/parquet/encoding_test.cc | 4 +-
csharp/src/Apache.Arrow/Arrays/DenseUnionArray.cs | 3 +-
csharp/src/Apache.Arrow/Arrays/SparseUnionArray.cs | 1 -
csharp/src/Apache.Arrow/Arrays/UnionArray.cs | 13 +++-
csharp/test/Apache.Arrow.Tests/UnionArrayTests.cs | 87 ++++++++++++++++++----
7 files changed, 109 insertions(+), 26 deletions(-)