You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/05/13 09:02:38 UTC

[arrow] branch master updated (021ff20 -> 2e60096)

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 021ff20  ARROW-8752: [Rust] remove unused hashmaps in build_array_reader
     add 2e60096  ARROW-8764: [C++] Make executor configurable in ReadAsync and ReadRangeCache

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/column_builder.h                 |  7 +-
 cpp/src/arrow/csv/column_decoder.h                 |  7 +-
 cpp/src/arrow/dataset/scanner.h                    |  9 +-
 cpp/src/arrow/filesystem/s3fs_benchmark.cc         |  3 +-
 cpp/src/arrow/io/caching.cc                        |  6 +-
 cpp/src/arrow/io/caching.h                         |  8 +-
 cpp/src/arrow/io/file.cc                           |  3 +-
 cpp/src/arrow/io/file.h                            |  3 +-
 cpp/src/arrow/io/file_test.cc                      |  8 +-
 cpp/src/arrow/io/interfaces.cc                     | 13 ++-
 cpp/src/arrow/io/interfaces.h                      | 17 ++--
 cpp/src/arrow/io/memory.cc                         |  3 +-
 cpp/src/arrow/io/memory.h                          |  3 +-
 cpp/src/arrow/io/memory_test.cc                    | 10 +--
 cpp/src/arrow/io/util_internal.h                   |  8 +-
 cpp/src/arrow/json/chunked_builder.h               | 13 +--
 cpp/src/arrow/util/task_group.cc                   | 14 ++--
 cpp/src/arrow/util/task_group.h                    |  5 +-
 cpp/src/arrow/util/thread_pool.cc                  |  2 +
 cpp/src/arrow/util/thread_pool.h                   | 96 +++++++++++++---------
 .../util/type_fwd.h}                               | 15 ++--
 cpp/src/parquet/arrow/reader.cc                    |  4 +-
 cpp/src/parquet/file_reader.cc                     |  6 +-
 cpp/src/parquet/file_reader.h                      |  1 +
 cpp/src/parquet/properties.h                       |  6 ++
 25 files changed, 148 insertions(+), 122 deletions(-)
 copy cpp/src/{gandiva/function_registry_hash.h => arrow/util/type_fwd.h} (82%)