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 84651cb  ARROW-8119: [Dev] Make Yaml optional dependency for archery
     add 6d3c085  ARROW-7412: [C++][Dataset] Provide FieldRef to disambiguate 
field references

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.h                    |   2 -
 cpp/src/arrow/buffer.h                   |   2 -
 cpp/src/arrow/dataset/dataset_internal.h |   7 +-
 cpp/src/arrow/dataset/filter.cc          |   3 +-
 cpp/src/arrow/dataset/partition.cc       |   8 +-
 cpp/src/arrow/dataset/projector.cc       |  31 ++-
 cpp/src/arrow/dataset/projector.h        |   5 +-
 cpp/src/arrow/flight/perf_server.cc      |   2 -
 cpp/src/arrow/record_batch.cc            |   2 +
 cpp/src/arrow/record_batch.h             |   5 +-
 cpp/src/arrow/table.cc                   |  15 +-
 cpp/src/arrow/table.h                    |   6 +-
 cpp/src/arrow/testing/gtest_util.h       |   2 -
 cpp/src/arrow/testing/util.h             |   8 -
 cpp/src/arrow/type.cc                    | 416 ++++++++++++++++++++++++++++++-
 cpp/src/arrow/type.h                     | 238 +++++++++++++++++-
 cpp/src/arrow/type_fwd.h                 |  16 +-
 cpp/src/arrow/type_test.cc               |  99 ++++++++
 18 files changed, 809 insertions(+), 58 deletions(-)

Reply via email to