This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch maint-16.1.0
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
add dcfeceb93f GH-41140: [C#] Account for offset and length in union
arrays (#41165)
add 6cfebb947e GH-41562: [C++][Parquet] Decoding: Fix num_value handling
in ByteStreamSplitDecoder (#41565)
No new revisions were added by this update.
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(-)