You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/05/15 03:14:58 UTC

[arrow] branch master updated (c75ab40 -> 4d1cefb)

This is an automated email from the ASF dual-hosted git repository.

npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from c75ab40  ARROW-8615: [R] Error better and insist on RandomAccessFile in read_feather
     add 4d1cefb  ARROW-3509: [C++] Standardize on using Field in Type/Array

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/composite-array.cpp             |  6 ++--
 c_glib/arrow-glib/composite-data-type.cpp         | 20 ++++++------
 cpp/src/arrow/array.cc                            | 22 +++++++------
 cpp/src/arrow/array.h                             |  8 ++++-
 cpp/src/arrow/array/builder_nested.cc             |  6 ++--
 cpp/src/arrow/array/builder_nested.h              |  2 +-
 cpp/src/arrow/array/builder_union.cc              |  2 +-
 cpp/src/arrow/array/concatenate.cc                |  2 +-
 cpp/src/arrow/array/diff.cc                       | 14 ++++-----
 cpp/src/arrow/array/diff_test.cc                  |  4 +--
 cpp/src/arrow/array/validate.cc                   | 16 +++++-----
 cpp/src/arrow/array_list_test.cc                  |  2 +-
 cpp/src/arrow/array_union_test.cc                 | 10 +++---
 cpp/src/arrow/builder.cc                          |  4 +--
 cpp/src/arrow/c/bridge.cc                         | 12 +++----
 cpp/src/arrow/c/bridge_test.cc                    |  4 +--
 cpp/src/arrow/compare.cc                          | 14 ++++-----
 cpp/src/arrow/compute/kernels/cast.cc             |  2 +-
 cpp/src/arrow/compute/kernels/take_internal.h     | 38 +++++++++++------------
 cpp/src/arrow/dataset/filter.cc                   |  2 +-
 cpp/src/arrow/extension_type_test.cc              |  3 +-
 cpp/src/arrow/ipc/dictionary.cc                   |  4 +--
 cpp/src/arrow/ipc/json_internal.cc                | 24 +++++++-------
 cpp/src/arrow/ipc/json_simple.cc                  | 10 +++---
 cpp/src/arrow/ipc/json_simple_test.cc             | 14 ++++-----
 cpp/src/arrow/ipc/metadata_internal.cc            | 12 +++----
 cpp/src/arrow/ipc/reader.cc                       | 12 +++----
 cpp/src/arrow/ipc/writer.cc                       |  8 ++---
 cpp/src/arrow/json/chunked_builder.cc             |  8 ++---
 cpp/src/arrow/json/converter.cc                   |  2 +-
 cpp/src/arrow/json/parser.cc                      |  2 +-
 cpp/src/arrow/json/parser_test.cc                 |  4 +--
 cpp/src/arrow/json/reader.cc                      |  2 +-
 cpp/src/arrow/json/test_common.h                  |  2 +-
 cpp/src/arrow/pretty_print.cc                     |  6 ++--
 cpp/src/arrow/python/arrow_to_pandas.cc           |  2 +-
 cpp/src/arrow/python/deserialize.cc               |  8 ++---
 cpp/src/arrow/python/numpy_to_arrow.cc            |  2 +-
 cpp/src/arrow/python/python_to_arrow.cc           |  6 ++--
 cpp/src/arrow/record_batch.cc                     |  2 +-
 cpp/src/arrow/scalar.cc                           |  6 ++--
 cpp/src/arrow/table.cc                            | 10 +++---
 cpp/src/arrow/type.cc                             | 28 ++++++++---------
 cpp/src/arrow/type.h                              | 24 ++++++++++----
 cpp/src/arrow/type_test.cc                        |  6 ++--
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 12 +++----
 cpp/src/parquet/arrow/path_internal.cc            |  4 +--
 cpp/src/parquet/arrow/reader_internal.cc          |  6 ++--
 cpp/src/parquet/arrow/schema.cc                   |  6 ++--
 cpp/src/parquet/arrow/writer.cc                   | 12 +++----
 r/src/array_from_vector.cpp                       | 10 +++---
 r/src/array_to_vector.cpp                         |  2 +-
 r/src/datatype.cpp                                |  4 +--
 53 files changed, 237 insertions(+), 216 deletions(-)