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

brycemecum pushed a change to branch maint-19.0.1
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 400b068b45 MINOR: [Release] Update versions for 19.0.0
     new 1b4d0c310e GH-45180: [C++][Fuzzing] Fix Negation bug discovered by 
fuzzing (#45181)
     new 16a0408375 GH-45230: [Docs] Add LinkedIn social link and fix top nav 
scaling problems (#45228)
     new d7385e4c6d GH-44513: [C++] Fix overflow issues for large build side in 
swiss join (#45108)
     new f1f860d994 GH-45283: [C++][Parquet] Omit level histogram when max 
level is 0 (#45285)
     new 4be13f21a3 GH-45304: [C++][S3] Workaround compatibility issue between 
AWS SDK and MinIO (#45310)
     new 80f56ce7c8 GH-45357: [C++] Disable Flight test (#45232)
     new b1737ca80a GH-45339: [Parquet][C++] Fix statistics load logic for no 
row group and multiple row groups (#45350)
     new e696b2612f GH-45296: [Python] Only enable the string dtype on pandas 
export for pandas>=2.3 (#45383)

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cpp/src/arrow/compute/key_map_internal.cc         |  21 +++--
 cpp/src/arrow/compute/key_map_internal.h          |  25 +++++-
 cpp/src/arrow/compute/key_map_internal_avx2.cc    |  55 +++++++-----
 cpp/src/arrow/filesystem/s3fs.cc                  |  29 +++---
 cpp/src/arrow/filesystem/s3fs_test.cc             |   1 -
 cpp/src/arrow/flight/test_definitions.h           |   3 +-
 cpp/src/arrow/util/basic_decimal.cc               |  16 ++++
 cpp/src/arrow/util/basic_decimal.h                |  10 +--
 cpp/src/arrow/util/decimal_test.cc                |  22 +++++
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 102 +++++++++++++++++++++
 cpp/src/parquet/arrow/arrow_statistics_test.cc    |  55 ++++++++++--
 cpp/src/parquet/arrow/reader.cc                   |  20 ++++-
 cpp/src/parquet/arrow/reader_internal.cc          |   4 +
 cpp/src/parquet/arrow/reader_internal.h           |   1 +
 cpp/src/parquet/arrow/test_util.h                 |   4 +-
 cpp/src/parquet/column_writer.cc                  |   9 +-
 cpp/src/parquet/properties.h                      |  13 ++-
 cpp/src/parquet/size_statistics.cc                |  40 ++++++---
 cpp/src/parquet/size_statistics_test.cc           | 105 +++++++++++++++++++---
 docs/source/_static/theme_overrides.css           |  35 +++++++-
 docs/source/conf.py                               |   6 ++
 python/pyarrow/pandas-shim.pxi                    |   9 +-
 testing                                           |   2 +-
 23 files changed, 488 insertions(+), 99 deletions(-)

Reply via email to