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 819408a  ARROW-6895: [C++] Fix ByteArrayDictionaryRecordReader 
infinite loop and wrong values
     add 0568f20  ARROW-7096: [C++] Unified ConcatenateTables APIs

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/table.cpp                       |  7 +-
 cpp/src/arrow/table.cc                            | 76 ++++++++++---------
 cpp/src/arrow/table.h                             | 48 ++++++------
 cpp/src/arrow/table_test.cc                       | 20 +++--
 cpp/src/arrow/type.cc                             | 90 +++++++++++++++--------
 cpp/src/arrow/type.h                              | 63 +++++++++++-----
 cpp/src/arrow/type_test.cc                        | 59 +++++++++++++++
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc |  4 +-
 cpp/src/parquet/arrow/reader_writer_benchmark.cc  |  2 +-
 python/pyarrow/includes/libarrow.pxd              | 20 ++++-
 python/pyarrow/table.pxi                          | 11 +--
 11 files changed, 264 insertions(+), 136 deletions(-)

Reply via email to