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

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


    from 21f5968975 GH-43973: [Python] Table fails gracefully on non-cpu 
devices (#43974)
     add 27acf8bf6e GH-32538: [C++][Parquet] Add JSON canonical extension type 
(#13901)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt                       |  1 +
 cpp/src/arrow/array/validate.cc                    | 20 ++++-
 cpp/src/arrow/extension/CMakeLists.txt             |  2 +-
 cpp/src/arrow/extension/fixed_shape_tensor_test.cc |  6 +-
 cpp/src/arrow/extension/json.cc                    | 61 ++++++++++++++
 cpp/src/arrow/extension/{bool8.h => json.h}        | 40 +++++----
 cpp/src/arrow/extension/json_test.cc               | 83 +++++++++++++++++++
 cpp/src/arrow/extension/uuid_test.cc               |  4 +-
 cpp/src/arrow/extension_type.cc                    |  4 +-
 cpp/src/arrow/extension_type_test.cc               |  6 +-
 cpp/src/arrow/ipc/test_common.cc                   | 17 ++--
 cpp/src/arrow/ipc/test_common.h                    |  4 +-
 cpp/src/arrow/testing/gtest_util.cc                |  1 +
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc  | 61 +++++++++++++-
 cpp/src/parquet/arrow/arrow_schema_test.cc         | 94 ++++++++++++++++++++--
 cpp/src/parquet/arrow/schema.cc                    | 46 ++++++++---
 cpp/src/parquet/arrow/schema_internal.cc           | 24 ++++--
 cpp/src/parquet/arrow/schema_internal.h            |  8 +-
 cpp/src/parquet/properties.h                       | 16 +++-
 docs/source/status.rst                             |  2 +-
 20 files changed, 422 insertions(+), 78 deletions(-)
 create mode 100644 cpp/src/arrow/extension/json.cc
 copy cpp/src/arrow/extension/{bool8.h => json.h} (59%)
 create mode 100644 cpp/src/arrow/extension/json_test.cc

Reply via email to