This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to annotated tag apache-arrow-2.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
*** WARNING: tag apache-arrow-2.0.0 was modified! ***
from f4a57af (tag)
to 7f2bdc1 (tag)
tagging 93c02ff33e563e899d901f83b97ae7a8f0e4c7e0 (commit)
replaces apache-arrow-1.0.0
by Krisztián Szűcs
on Mon Oct 12 21:12:03 2020 +0200
- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag apache-arrow-2.0.0
-----------------------------------------------------------------------
discard 22de3d9 [maven-release-plugin] prepare release apache-arrow-2.0.0
discard 3abcaeb [Release] Update versions for 2.0.0
discard 1fa4d96 [Release] Update .deb/.rpm changelogs for 2.0.0
discard 5d9fa16 [Release] Update CHANGELOG.md for 2.0.0
add 6428aa5 ARROW-10251: [Rust] [DataFusion] MemTable::load() now loads
partitions in parallel
add dcc86f4 ARROW-10271: [Rust] Update dependencies
add 8bbfdc4 ARROW-10234: [C++][Gandiva] Fix logic of round() for
floats/decimals in Gandiva
add 0b48152 ARROW-10262: [C++] Fix TypeClass for BinaryScalar and
LargeBinaryScalar
add 330396a ARROW-10286: [C++][FlightRPC] Make CMake output less confusing
add 493d2c6 ARROW-10288: [C++] Fix compilation errors on 32-bit x86
add e9bb109 ARROW-10287: [C++] Avoid std::random_device
add e6eb61f ARROW-10281: [Python] Fix warnings when running tests
add 0419c26 ARROW-10284: [Python] Correctly suppress warning about legacy
filesystem on import
add 12281c4 ARROW-10285: [Python] Fix usage of deprecated num_children in
pyarrow.orc submodule
add d8f8d46 ARROW-10280: [Packaging][Python] Fix macOS wheel artifact
patterns
add da89ad1 ARROW-10273: [CI][Homebrew] Fix "brew audit" usage
add 6ce2793 ARROW-10279: [Release][Python] Fix verification script to
align with the new macos wheel platform tags
new 4a74dee [Release] Update CHANGELOG.md for 2.0.0
new 4bed4c0 [Release] Update .deb/.rpm changelogs for 2.0.0
new 40b11c3 [Release] Update versions for 2.0.0
new 93c02ff [maven-release-plugin] prepare release apache-arrow-2.0.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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 (f4a57af)
\
N -- N -- N refs/tags/apache-arrow-2.0.0 (7f2bdc1)
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.
The 4 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:
CHANGELOG.md | 430 +++++++++++----------
.../parquet-stream-api/stream-reader-writer.cc | 3 +-
cpp/src/arrow/flight/CMakeLists.txt | 57 +--
cpp/src/arrow/io/slow.cc | 5 +-
cpp/src/arrow/scalar.h | 4 +-
cpp/src/arrow/testing/random.h | 2 +-
cpp/src/arrow/util/io_util.cc | 40 +-
cpp/src/arrow/util/io_util.h | 10 +
cpp/src/arrow/util/rle_encoding_test.cc | 8 +-
cpp/src/gandiva/precompiled/extended_math_ops.cc | 3 +-
.../gandiva/precompiled/extended_math_ops_test.cc | 4 +
cpp/src/gandiva/random_generator_holder.h | 4 +-
cpp/src/gandiva/tests/generate_data.h | 14 +-
cpp/src/parquet/level_conversion_inc.h | 58 ++-
dev/release/verify-release-candidate.sh | 48 ++-
dev/tasks/homebrew-formulae/apache-arrow.rb | 2 +
dev/tasks/homebrew-formulae/travis.osx.yml | 7 +-
.../apache-arrow-archive-keyring/debian/changelog | 2 +-
.../yum/apache-arrow-release.spec.in | 2 +-
.../apache-arrow/debian.ubuntu-xenial/changelog | 2 +-
.../linux-packages/apache-arrow/debian/changelog | 2 +-
.../linux-packages/apache-arrow/yum/arrow.spec.in | 2 +-
dev/tasks/tasks.yml | 8 +-
python/pyarrow/filesystem.py | 1 +
python/pyarrow/orc.py | 2 +-
python/pyarrow/tests/test_adhoc_memory_leak.py | 2 +-
python/pyarrow/tests/test_convert_builtin.py | 2 +-
python/pyarrow/tests/test_dataset.py | 4 +-
python/pyarrow/tests/test_io.py | 2 +-
python/pyarrow/tests/test_ipc.py | 1 +
python/pyarrow/tests/test_pandas.py | 10 +-
python/pyarrow/tests/test_parquet.py | 1 +
python/pyarrow/tests/test_plasma.py | 6 +-
python/scripts/test_leak.py | 4 +-
rust/arrow-flight/Cargo.toml | 6 +-
rust/arrow-flight/src/arrow.flight.protocol.rs | 20 +-
rust/arrow/Cargo.toml | 4 +-
rust/datafusion/Cargo.toml | 4 +-
rust/datafusion/src/datasource/memory.rs | 25 +-
rust/parquet_derive/Cargo.toml | 6 +-
rust/parquet_derive/src/parquet_field.rs | 2 +-
41 files changed, 462 insertions(+), 357 deletions(-)