This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from d9ef519 ARROW-14211: [C++][Compute] Fixing thread sanitizer problems
in hash join node
add b3767f7 ARROW-14291: [CI][C++] Add cpp/examples/ files to lint targets
No new revisions were added by this update.
Summary of changes:
cpp/CMakeLists.txt | 10 ++---
cpp/build-support/lint_exclusions.txt | 10 +++--
cpp/examples/minimal_build/example.cc | 25 +++++------
.../low_level_api/encryption_reader_writer.cc | 17 +++----
.../encryption_reader_writer_all_crypto_options.cc | 52 +++++++++-------------
.../parquet/low_level_api/reader_writer.cc | 10 ++---
cpp/examples/parquet/low_level_api/reader_writer.h | 1 -
.../parquet/low_level_api/reader_writer2.cc | 10 ++---
.../parquet/parquet_arrow/reader_writer.cc | 34 +++++++-------
.../parquet_stream_api/stream_reader_writer.cc | 20 ++++-----
cpp/tools/parquet/parquet_reader.cc | 4 +-
cpp/tools/parquet/parquet_scan.cc | 2 +-
docs/source/developers/cpp/development.rst | 5 ++-
13 files changed, 91 insertions(+), 109 deletions(-)