This is an automated email from the ASF dual-hosted git repository.
brycemecum pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 1c546fb3c1 GH-41480: [Python] Building PyArrow: enable/disable python
components by default based on availability in Arrow C++ (#41494)
add 74f7578f77 GH-40361: [C++] Make flatbuffers serialization more
deterministic (#40392)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/ipc/CMakeLists.txt | 4 +-
cpp/src/arrow/ipc/message_internal_test.cc | 81 ++++++++++++++++++++++++++++++
cpp/src/arrow/ipc/metadata_internal.cc | 4 +-
3 files changed, 87 insertions(+), 2 deletions(-)
create mode 100644 cpp/src/arrow/ipc/message_internal_test.cc