This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from a85882d ARROW-9393: [Doc] update supported types documentation for
Java
add b3c8631 ARROW-9265: [C++] Allow writing and reading V4-compliant IPC
data
No new revisions were added by this update.
Summary of changes:
ci/scripts/integration_arrow.sh | 5 +-
cpp/src/arrow/ipc/file_to_stream.cc | 3 +-
cpp/src/arrow/ipc/metadata_internal.cc | 57 +++++++++---
cpp/src/arrow/ipc/metadata_internal.h | 30 ++++---
cpp/src/arrow/ipc/options.h | 8 +-
cpp/src/arrow/ipc/read_write_test.cc | 120 +++++++++++++++----------
cpp/src/arrow/ipc/reader.cc | 48 ++++++----
cpp/src/arrow/ipc/stream_to_file.cc | 3 +-
cpp/src/arrow/ipc/type_fwd.h | 7 +-
cpp/src/arrow/ipc/writer.cc | 25 ++++--
cpp/src/arrow/testing/json_integration_test.cc | 10 +--
cpp/src/arrow/testing/json_internal.cc | 2 +
cpp/src/generated/Schema_generated.h | 114 +++++++++++++++++++----
format/Schema.fbs | 4 +-
python/pyarrow/__init__.py | 4 +-
python/pyarrow/includes/libarrow.pxd | 16 ++--
python/pyarrow/ipc.pxi | 30 +++++++
python/pyarrow/ipc.py | 2 +-
python/pyarrow/tests/test_ipc.py | 2 +
testing | 2 +-
20 files changed, 356 insertions(+), 136 deletions(-)