This is an automated email from the ASF dual-hosted git repository.
brycemecum pushed a change to branch maint-19.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard 2dd39542d2 GH-45296: [Python] Only enable the string dtype on pandas
export for pandas>=2.3 (#45383)
discard 6babc9a8eb GH-45339: [Parquet][C++] Fix statistics load logic for no
row group and multiple row groups (#45350)
discard b79f9acdbe GH-45357: [C++] Disable Flight test (#45232)
discard a622f10a01 GH-45304: [C++][S3] Workaround compatibility issue between
AWS SDK and MinIO (#45310)
discard 36bdab5829 GH-45283: [C++][Parquet] Omit level histogram when max
level is 0 (#45285)
discard a2d19289d9 GH-44513: [C++] Fix overflow issues for large build side in
swiss join (#45108)
discard b3b3b291e8 GH-45230: [Docs] Add LinkedIn social link and fix top nav
scaling problems (#45228)
discard 8ae3ffb898 GH-45180: [C++][Fuzzing] Fix Negation bug discovered by
fuzzing (#45181)
discard a999eaccb1 MINOR: [Release] Update versions for 19.0.0
discard f6b7bc80c6 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.0
discard 848fde3793 MINOR: [Release] Update CHANGELOG.md for 19.0.0
discard 8677e33380 GH-45175: [Python] Honor the strings_to_categorical keyword
in to_pandas for string view type (#45176)
add 6e3932b061 GH-45175: [Python] Honor the strings_to_categorical keyword
in to_pandas for string view type (#45176)
add 5ce627cd89 GH-45140: [Dev][Release] Release guide improvements (#45141)
add 18d3341f1c GH-45164: [CI][Integration] Follow build script name change
in apache/arrow-java (#45199)
add fde843ac5f GH-45212: [C++][Parquet] Fix uninitialized
size_statistics_level property (#45213)
add fa0b2d77a8 GH-43683: [Python] Use pandas StringDtype when enabled
(pandas 3+) (#44195)
add d969d8bc50 MINOR: [Release] Update CHANGELOG.md for 19.0.0
add 9b01027045 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.0
add 400b068b45 MINOR: [Release] Update versions for 19.0.0
add 1b4d0c310e GH-45180: [C++][Fuzzing] Fix Negation bug discovered by
fuzzing (#45181)
add 16a0408375 GH-45230: [Docs] Add LinkedIn social link and fix top nav
scaling problems (#45228)
add d7385e4c6d GH-44513: [C++] Fix overflow issues for large build side in
swiss join (#45108)
add f1f860d994 GH-45283: [C++][Parquet] Omit level histogram when max
level is 0 (#45285)
add 4be13f21a3 GH-45304: [C++][S3] Workaround compatibility issue between
AWS SDK and MinIO (#45310)
add 80f56ce7c8 GH-45357: [C++] Disable Flight test (#45232)
add b1737ca80a GH-45339: [Parquet][C++] Fix statistics load logic for no
row group and multiple row groups (#45350)
add e696b2612f GH-45296: [Python] Only enable the string dtype on pandas
export for pandas>=2.3 (#45383)
add 1b9079c96c GH-45201: [C++][Parquet] Improve performance of generating
size statistics (#45202)
add a37799a6fd GH-45305: [CI] Bump Minio version and unpin boto3 (#45320)
add 411189f866 MINOR: [Release] Update CHANGELOG.md for 19.0.1
add 0a5b4b8577 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.1
add cbb438ed45 MINOR: [Release] Update versions for 19.0.1
add 7722b62f50 Update header in CHANGELOG.md
add d94cf52297 GH-45305: [CI][Python] Temporarily avoid newer boto3
version (#45311)
add 13a63b2197 GH-45427: [Python] Fix version comparison in pandas compat
for pandas 2.3 dev version (#45428)
add 4a8fdc50bd GH-45295: [Python][CI] Make download_tzdata_on_windows more
robust and use tzdata package for tzinfo database on Windows for ORC (#45425)
add 68e47daec4 MINOR: [Release] Update CHANGELOG.md for 19.0.1
add 272715f6df MINOR: [Release] Update .deb/.rpm changelogs for 19.0.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2dd39542d2)
\
N -- N -- N refs/heads/maint-19.0.x (272715f6df)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 55 ++++++++-
c_glib/meson.build | 2 +-
c_glib/vcpkg.json | 2 +-
ci/appveyor-cpp-setup.bat | 3 +-
ci/conda_env_python.txt | 6 +-
ci/scripts/PKGBUILD | 2 +-
ci/scripts/install_minio.sh | 2 +-
ci/scripts/integration_arrow_build.sh | 2 +-
ci/scripts/python_wheel_windows_test.bat | 6 -
cpp/CMakeLists.txt | 2 +-
cpp/src/parquet/column_writer.cc | 45 ++++----
cpp/src/parquet/properties.h | 1 +
cpp/src/parquet/size_statistics.cc | 106 ++++++++++++++++-
cpp/src/parquet/size_statistics.h | 10 ++
cpp/src/parquet/size_statistics_test.cc | 70 ++++++++++--
cpp/vcpkg.json | 2 +-
csharp/Directory.Build.props | 2 +-
dev/tasks/homebrew-formulae/apache-arrow-glib.rb | 2 +-
dev/tasks/homebrew-formulae/apache-arrow.rb | 2 +-
.../apache-arrow-apt-source/debian/changelog | 14 ++-
.../yum/apache-arrow-release.spec.in | 8 +-
.../linux-packages/apache-arrow/debian/changelog | 14 ++-
.../linux-packages/apache-arrow/yum/arrow.spec.in | 8 +-
dev/tasks/tasks.yml | 6 +
docker-compose.yml | 1 +
docs/source/developers/release.rst | 127 +++++++++++++--------
js/package.json | 2 +-
matlab/CMakeLists.txt | 2 +-
python/CMakeLists.txt | 2 +-
python/pyarrow/array.pxi | 2 +
python/pyarrow/pandas-shim.pxi | 3 +-
python/pyarrow/pandas_compat.py | 62 ++++++++--
python/pyarrow/tests/conftest.py | 16 +++
python/pyarrow/tests/test_compute.py | 19 +--
python/pyarrow/tests/test_feather.py | 6 +-
python/pyarrow/tests/test_pandas.py | 77 ++++++++++---
python/pyarrow/util.py | 40 +++++--
python/pyproject.toml | 2 +-
python/requirements-wheel-test.txt | 1 +
r/DESCRIPTION | 2 +-
r/NEWS.md | 2 +-
r/pkgdown/assets/versions.html | 4 +-
r/pkgdown/assets/versions.json | 4 +-
ruby/red-arrow-cuda/lib/arrow-cuda/version.rb | 2 +-
.../red-arrow-dataset/lib/arrow-dataset/version.rb | 2 +-
.../lib/arrow-flight-sql/version.rb | 2 +-
ruby/red-arrow-flight/lib/arrow-flight/version.rb | 2 +-
ruby/red-arrow/lib/arrow/version.rb | 2 +-
ruby/red-gandiva/lib/gandiva/version.rb | 2 +-
ruby/red-parquet/lib/parquet/version.rb | 2 +-
50 files changed, 579 insertions(+), 181 deletions(-)