This is an automated email from the ASF dual-hosted git repository.

bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 7f42475  ARROW-6253: [Python] Expose "enable_buffered_stream" option 
from parquet::ReaderProperties in pyarrow.parquet.read_table
     add 48df574  ARROW-6558: [C++] Refactor Iterator to type erased handle

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/dataset.cc           |   2 +-
 cpp/src/arrow/dataset/dataset.h            |  11 +-
 cpp/src/arrow/dataset/dataset_internal.h   |  13 +-
 cpp/src/arrow/dataset/file_base.cc         |   6 +-
 cpp/src/arrow/dataset/file_base.h          |   8 +-
 cpp/src/arrow/dataset/file_csv.h           |   2 +-
 cpp/src/arrow/dataset/file_feather.h       |   2 +-
 cpp/src/arrow/dataset/file_json.h          |   2 +-
 cpp/src/arrow/dataset/file_parquet.cc      |  16 +--
 cpp/src/arrow/dataset/file_parquet.h       |   2 +-
 cpp/src/arrow/dataset/file_parquet_test.cc |  13 +-
 cpp/src/arrow/dataset/partition.h          |  11 +-
 cpp/src/arrow/dataset/scanner.cc           |  20 ++-
 cpp/src/arrow/dataset/scanner.h            |   8 +-
 cpp/src/arrow/dataset/test_util.h          |  20 +--
 cpp/src/arrow/record_batch.cc              |   7 +-
 cpp/src/arrow/record_batch.h               |  12 +-
 cpp/src/arrow/table.cc                     | 131 ++++++++----------
 cpp/src/arrow/table.h                      |  10 +-
 cpp/src/arrow/util/functional.h            |  11 ++
 cpp/src/arrow/util/iterator.h              | 208 +++++++++++++++++++----------
 cpp/src/arrow/util/iterator_test.cc        | 128 ++++++++++--------
 cpp/src/parquet/arrow/reader.cc            |  24 ----
 cpp/src/parquet/arrow/reader.h             |   6 -
 24 files changed, 349 insertions(+), 324 deletions(-)

Reply via email to