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 2a0da6d  ARROW-4120: [Python] Testing utility for checking for "macro" 
memory leaks detectible with psutil.Process
     add 3ce38bf  ARROW-6821: [C++][Parquet] Do not require Thrift compiler 
when building (but still require library)

No new revisions were added by this update.

Summary of changes:
 ci/appveyor-cpp-build-mingw.bat                    |    1 +
 ci/docker/cuda-10.0-cpp.dockerfile                 |    3 -
 ci/docker/cuda-10.1-cpp.dockerfile                 |    3 -
 ci/docker/cuda-9.1-cpp.dockerfile                  |    3 -
 ci/docker/debian-10-cpp.dockerfile                 |    1 -
 ci/docker/fedora-29-cpp.dockerfile                 |    2 -
 ci/docker/linux-apt-jni.dockerfile                 |    1 -
 ci/docker/ubuntu-14.04-cpp.dockerfile              |    2 -
 ci/docker/ubuntu-16.04-cpp.dockerfile              |    2 -
 ci/docker/ubuntu-18.04-cpp.dockerfile              |    3 -
 ci/docker/ubuntu-18.04-r-sanitizer.dockerfile      |    3 -
 cpp/apidoc/Doxyfile                                |  237 +-
 cpp/build-support/lint_exclusions.txt              |    2 +
 .../build-support/update-thrift.sh                 |    7 +-
 cpp/cmake_modules/ThirdpartyToolchain.cmake        |   71 +-
 cpp/src/generated/parquet_constants.cpp            |   17 +
 cpp/src/generated/parquet_constants.h              |   24 +
 cpp/src/generated/parquet_types.cpp                | 7411 ++++++++++++++++++++
 cpp/src/generated/parquet_types.h                  | 2916 ++++++++
 cpp/src/parquet/.gitignore                         |    2 -
 cpp/src/parquet/CMakeLists.txt                     |   50 +-
 cpp/src/parquet/thrift_internal.h                  |    2 +-
 cpp/src/parquet/types.cc                           |    3 +-
 dev/release/rat_exclude_files.txt                  |    4 +
 r/inst/build_arrow_static.sh                       |    9 +-
 r/tools/linuxlibs.R                                |  133 -
 r/vignettes/install.Rmd                            |   19 -
 27 files changed, 10555 insertions(+), 376 deletions(-)
 copy dev/release/setup-gpg-agent.sh => cpp/build-support/update-thrift.sh (85%)
 mode change 100644 => 100755
 create mode 100644 cpp/src/generated/parquet_constants.cpp
 create mode 100644 cpp/src/generated/parquet_constants.h
 create mode 100644 cpp/src/generated/parquet_types.cpp
 create mode 100644 cpp/src/generated/parquet_types.h
 delete mode 100644 cpp/src/parquet/.gitignore

Reply via email to