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 a3f2678 ARROW-8039: [Python] Use dataset API in existing parquet
readers and tests
add 4593754 ARROW-7233: [C++] Use Result<T> in remaining value-returning
IPC APIs
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/reader.cpp | 10 ++-
cpp/src/arrow/dataset/file_ipc.cc | 4 +-
cpp/src/arrow/flight/client.cc | 16 +++--
cpp/src/arrow/flight/internal.cc | 8 +--
cpp/src/arrow/flight/serialization_internal.cc | 2 +-
cpp/src/arrow/flight/server.cc | 15 +++--
cpp/src/arrow/ipc/feather.cc | 2 +-
cpp/src/arrow/ipc/file_to_stream.cc | 3 +-
cpp/src/arrow/ipc/json_integration_test.cc | 5 +-
cpp/src/arrow/ipc/message.cc | 72 ++++++++++-----------
cpp/src/arrow/ipc/message.h | 75 +++++++++++++++-------
cpp/src/arrow/ipc/read_write_test.cc | 53 +++++++---------
cpp/src/arrow/ipc/reader.cc | 28 ++++----
cpp/src/arrow/ipc/reader.h | 10 ++-
cpp/src/arrow/ipc/stream_to_file.cc | 2 +-
cpp/src/arrow/ipc/writer.cc | 69 ++++++++++++--------
cpp/src/arrow/ipc/writer.h | 88 ++++++++++++++++----------
cpp/src/arrow/python/serialize.cc | 8 +--
cpp/src/jni/orc/jni_wrapper.cpp | 13 ++--
cpp/src/parquet/arrow/writer.cc | 4 +-
python/pyarrow/includes/libarrow.pxd | 20 +++---
python/pyarrow/ipc.pxi | 8 ++-
python/pyarrow/table.pxi | 4 +-
python/pyarrow/types.pxi | 4 +-
r/src/message.cpp | 8 +--
r/src/recordbatchreader.cpp | 11 ++--
r/src/schema.cpp | 5 +-
27 files changed, 302 insertions(+), 245 deletions(-)