This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 2272d9a ARROW-9642: [C++] Let MakeBuilder refer DictionaryType's
index_type for deciding the starting bit width of the indices
add 46dee85 ARROW-9874: [C++] Add sink-owning version of IPC writers
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/writer.cpp | 8 ++--
cpp/examples/minimal_build/example.cc | 4 +-
cpp/src/arrow/dataset/file_ipc.cc | 2 +-
cpp/src/arrow/dataset/file_ipc_test.cc | 4 +-
cpp/src/arrow/dataset/filter.cc | 2 +-
cpp/src/arrow/ipc/feather.cc | 2 +-
cpp/src/arrow/ipc/file_to_stream.cc | 4 +-
cpp/src/arrow/ipc/generate_fuzz_corpus.cc | 4 +-
cpp/src/arrow/ipc/read_write_benchmark.cc | 6 +--
cpp/src/arrow/ipc/read_write_test.cc | 11 +++---
cpp/src/arrow/ipc/stream_to_file.cc | 2 +-
cpp/src/arrow/ipc/writer.cc | 55 ++++++++++++++++++++++++--
cpp/src/arrow/ipc/writer.h | 38 ++++++++++++++++++
cpp/src/arrow/testing/json_integration_test.cc | 4 +-
python/pyarrow/includes/libarrow.pxd | 8 ++--
python/pyarrow/ipc.pxi | 21 ++++++----
r/src/recordbatchwriter.cpp | 4 +-
17 files changed, 135 insertions(+), 44 deletions(-)