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 868777d  ARROW-10131: [C++][Dataset][Python] Lazily parse parquet 
metadata
     add b109195  ARROW-10080: [R] Call gc() and try again in MemoryPool

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec.cc                     |  3 +-
 cpp/src/arrow/compute/kernels/vector_selection.cc |  6 ++-
 cpp/src/arrow/io/memory.cc                        |  1 +
 cpp/src/arrow/ipc/feather.h                       |  2 +-
 cpp/src/arrow/ipc/metadata_internal.cc            | 19 +++++----
 cpp/src/arrow/ipc/metadata_internal.h             |  5 ++-
 cpp/src/arrow/memory_pool.cc                      |  4 --
 cpp/src/arrow/memory_pool.h                       |  4 +-
 r/man/enums.Rd                                    |  2 +-
 r/src/array_from_vector.cpp                       | 14 ++++---
 r/src/array_to_vector.cpp                         |  6 +--
 r/src/arrow_types.h                               |  4 +-
 r/src/compression.cpp                             |  6 ++-
 r/src/compute.cpp                                 | 13 ++++--
 r/src/csv.cpp                                     |  5 +--
 r/src/dataset.cpp                                 |  4 +-
 r/src/io.cpp                                      |  6 +--
 r/src/json.cpp                                    |  2 +-
 r/src/memorypool.cpp                              | 48 ++++++++++++++++++++++-
 r/src/parquet.cpp                                 | 13 +++---
 r/src/scalar.cpp                                  |  2 +-
 r/tests/testthat/test-arrow.R                     | 12 ++++++
 r/tests/testthat/test-dataset.R                   |  4 +-
 23 files changed, 130 insertions(+), 55 deletions(-)

Reply via email to