This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch maint-13.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f0f27d748a GH-36688: [C#] Fix dereference error (#36691)
new 7ea78a9a59 PARQUET-2323: [C++] Use bitmap to store pre-buffered column
chunks (#36649)
new 4d228512a9 GH-36913: [C++] Skip empty buffer concatenation to fix
UBSan error (#36914)
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/arrow/buffer.cc | 7 +++--
cpp/src/arrow/buffer_test.cc | 9 +++++++
cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 4 +--
cpp/src/parquet/file_reader.cc | 33 +++++++++++++----------
4 files changed, 35 insertions(+), 18 deletions(-)