You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ma...@apache.org on 2024/01/10 07:32:08 UTC

(arrow) branch main updated (f0879ed354 -> c752bdb08b)

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

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


    from f0879ed354 GH-35718: [Go][Parquet] Fix for null-only encoding panic (#39497)
     add c752bdb08b GH-39489: [C++][Parquet] ConvertedType TIME and TIMESTAMP should imply adjustedToUtc (#39491)

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_schema_test.cc |  4 ++--
 cpp/src/parquet/arrow/schema.cc            |  4 +++-
 cpp/src/parquet/arrow/schema_internal.cc   |  3 +--
 cpp/src/parquet/types.cc                   | 18 ++++++++++++++----
 4 files changed, 20 insertions(+), 9 deletions(-)