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 e255b1c  ARROW-8449: [R] Use CMAKE_UNITY_BUILD everywhere
     add b0902ab  ARROW-8444: [Documentation] Fix spelling errors across the 
codebase

No new revisions were added by this update.

Summary of changes:
 cpp/build-support/asan_symbolize.py                       | 2 +-
 cpp/build-support/cpplint.py                              | 4 ++--
 cpp/cmake_modules/FindPythonLibsNew.cmake                 | 2 +-
 cpp/src/arrow/adapters/orc/adapter_util.cc                | 2 +-
 cpp/src/arrow/array/builder_adaptive.cc                   | 2 +-
 cpp/src/arrow/array/builder_nested.h                      | 4 ++--
 cpp/src/arrow/array/diff.h                                | 2 +-
 cpp/src/arrow/compute/kernels/hash_test.cc                | 3 ++-
 cpp/src/arrow/compute/kernels/match.h                     | 2 +-
 cpp/src/arrow/compute/kernels/sort_to_indices.cc          | 2 +-
 cpp/src/arrow/dataset/dataset_test.cc                     | 2 +-
 cpp/src/arrow/dbi/hiveserver2/thrift/ImpalaService.thrift | 2 +-
 cpp/src/arrow/dbi/hiveserver2/thrift/TCLIService.thrift   | 2 +-
 cpp/src/arrow/device.h                                    | 2 +-
 cpp/src/arrow/ipc/message.cc                              | 2 +-
 cpp/src/arrow/python/python_to_arrow.cc                   | 2 +-
 cpp/src/arrow/python/serialize.cc                         | 2 +-
 cpp/src/arrow/sparse_tensor.h                             | 2 +-
 cpp/src/arrow/status.h                                    | 2 +-
 cpp/src/arrow/util/bit_util_test.cc                       | 4 ++--
 cpp/src/gandiva/decimal_type_util.h                       | 2 +-
 cpp/src/gandiva/expr_validator.cc                         | 2 +-
 cpp/src/gandiva/llvm_generator.cc                         | 8 ++++----
 cpp/src/gandiva/local_bitmaps_holder.h                    | 2 +-
 cpp/src/gandiva/precompiled/decimal_ops.cc                | 4 ++--
 cpp/src/gandiva/precompiled/decimal_ops_test.cc           | 2 +-
 cpp/src/gandiva/precompiled/string_ops.cc                 | 2 +-
 cpp/src/gandiva/precompiled/time.cc                       | 4 ++--
 cpp/src/gandiva/projector.h                               | 2 +-
 cpp/src/gandiva/selection_vector.cc                       | 2 +-
 cpp/src/gandiva/selection_vector.h                        | 6 +++---
 cpp/src/gandiva/simple_arena.h                            | 2 +-
 cpp/src/gandiva/tests/projector_test.cc                   | 2 +-
 cpp/src/generated/File_generated.h                        | 2 +-
 cpp/src/parquet/arrow/path_internal_test.cc               | 2 +-
 cpp/src/parquet/column_reader_test.cc                     | 2 +-
 cpp/src/parquet/column_writer.h                           | 2 +-
 cpp/src/parquet/column_writer_test.cc                     | 6 +++---
 cpp/src/parquet/encryption.h                              | 2 +-
 cpp/src/parquet/schema_test.cc                            | 2 +-
 cpp/src/parquet/statistics.cc                             | 2 +-
 cpp/src/plasma/thirdparty/dlmalloc.c                      | 6 +++---
 dev/archery/archery/lang/cpp.py                           | 2 +-
 dev/archery/archery/lang/python.py                        | 2 +-
 dev/archery/archery/tests/test_bot.py                     | 2 +-
 dev/archery/archery/utils/lint.py                         | 2 +-
 docs/source/cpp/memory.rst                                | 2 +-
 docs/source/cpp/parquet.rst                               | 2 +-
 docs/source/cpp/tables.rst                                | 4 ++--
 docs/source/python/data.rst                               | 2 +-
 format/File.fbs                                           | 2 +-
 python/pyarrow/_cuda.pyx                                  | 2 +-
 python/pyarrow/_dataset.pyx                               | 6 +++---
 python/pyarrow/_fs.pyx                                    | 4 ++--
 python/pyarrow/array.pxi                                  | 4 ++--
 python/pyarrow/ipc.pxi                                    | 2 +-
 python/pyarrow/parquet.py                                 | 2 +-
 python/pyarrow/table.pxi                                  | 2 +-
 python/pyarrow/tests/test_fs.py                           | 2 +-
 python/pyarrow/tests/test_io.py                           | 2 +-
 python/pyarrow/tests/test_parquet.py                      | 2 +-
 python/pyarrow/tests/test_types.py                        | 2 +-
 python/pyarrow/tests/util.py                              | 2 +-
 63 files changed, 83 insertions(+), 82 deletions(-)

Reply via email to