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 03da904  ARROW-7021: [Java] UnionFixedSizeListWriter decimal type 
should check writer index
     add ea75dfd  ARROW-6975: [C++] Put make_unique in its own header

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/diff.cc                        |  1 -
 cpp/src/arrow/compute/kernels/take_internal.h      |  1 -
 cpp/src/arrow/csv/chunker.cc                       |  2 +-
 cpp/src/arrow/dataset/dataset.cc                   |  2 +-
 cpp/src/arrow/dataset/dataset_internal.h           |  1 -
 cpp/src/arrow/dataset/file_base.cc                 |  1 -
 cpp/src/arrow/dataset/file_parquet.cc              |  1 -
 cpp/src/arrow/dataset/partition.cc                 |  1 -
 cpp/src/arrow/dataset/test_util.h                  |  2 +-
 cpp/src/arrow/flight/client.cc                     |  1 -
 cpp/src/arrow/flight/flight_test.cc                |  1 +
 cpp/src/arrow/flight/server.cc                     |  1 -
 cpp/src/arrow/ipc/writer.cc                        |  2 +-
 cpp/src/arrow/json/chunker.cc                      |  3 ++-
 cpp/src/arrow/json/converter.cc                    |  2 +-
 cpp/src/arrow/json/parser.cc                       |  2 +-
 cpp/src/arrow/testing/gtest_util.h                 |  1 -
 cpp/src/arrow/util/iterator_test.cc                |  1 -
 .../util_internal.h => util/make_unique.h}         | 26 ++++++++++++----------
 cpp/src/arrow/util/stl.h                           | 19 +---------------
 cpp/src/arrow/util/string_builder.cc               |  2 +-
 21 files changed, 25 insertions(+), 48 deletions(-)
 copy cpp/src/arrow/{filesystem/util_internal.h => util/make_unique.h} (62%)

Reply via email to