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 8df91c9  ARROW-10908: [Rust][DataFusion] Update relevant tpch-queries 
with BETWEEN
     add 8d76312  ARROW-6883: [C++][Python] Allow writing dictionary deltas

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_base.cc    |  18 ++--
 cpp/src/arrow/array/array_base.h     |  12 ++-
 cpp/src/arrow/flight/client.cc       |   8 ++
 cpp/src/arrow/flight/server.cc       |   9 +-
 cpp/src/arrow/ipc/options.h          |  14 +++
 cpp/src/arrow/ipc/read_write_test.cc | 164 +++++++++++++++++++++++++++++++++--
 cpp/src/arrow/ipc/reader.cc          |  44 ++++++----
 cpp/src/arrow/ipc/reader.h           |   5 +-
 cpp/src/arrow/ipc/writer.cc          |  76 +++++++++++++---
 cpp/src/arrow/ipc/writer.h           |  20 +++++
 docs/source/status.rst               |  25 +++++-
 python/pyarrow/includes/libarrow.pxd |  35 ++++++--
 python/pyarrow/ipc.pxi               |  82 +++++++++++++++++-
 python/pyarrow/ipc.py                |   3 +-
 python/pyarrow/tests/test_ipc.py     |  56 ++++++++++++
 15 files changed, 509 insertions(+), 62 deletions(-)

Reply via email to