This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to annotated tag apache-arrow-6.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
*** WARNING: tag apache-arrow-6.0.0 was modified! ***
from 0f8bbdb (tag)
to 6714759 (tag)
tagging 5a6f5919e68d1c0f2672c9c711858e5cbe0944cf (commit)
replaces apache-arrow-3.0.0
by Krisztián Szűcs
on Wed Oct 20 17:21:51 2021 +0200
- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 6.0.0
-----------------------------------------------------------------------
omit 421dd6d [Release] Update versions for 6.0.0
omit 4b59043 [Release] Update .deb/.rpm changelogs for 6.0.0
omit d04c2c0 [Release] Update CHANGELOG.md for 6.0.0
add 98b0e99 ARROW-13784: [Python] Table.from_arrays should raise an error
when array is empty but names is not
add 54bacf9d ARROW-10094: [Python][Doc] Document missing pandas to arrow
conversions
add 29892ba ARROW-14004: [Python][Doc] Document nullable dtypes handling
and usage of types_mapper in to_pandas conversion
add eb3c1bd ARROW-14392: [C++] Bundled gRPC misses bundled Abseil include
path
add 65e69ac ARROW-13317: [Python] Improve documentation on what
'use_threads' does in 'read_feather'
add ae943c3 ARROW-13436: [Python][Doc] Clarify what should be expected if
read_table is passed an empty list of columns
add b2e1285 MINOR: [R] Fix sed for cross-OS compatibility
add 77da17b MINOR: [Docs] Uncomment the docs about file visitor when
writing Datasets (#11480)
add 80ecf33 ARROW-14397: [C++] Fix valgrind error in test utility
add 4ac62d5 ARROW-14393: [C++] GTest linking errors during the source
release verification
new fa2e00a [Release] Update CHANGELOG.md for 6.0.0
new b03fce8 [Release] Update .deb/.rpm changelogs for 6.0.0
new 5a6f591 [Release] Update versions for 6.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 (0f8bbdb)
\
N -- N -- N refs/tags/apache-arrow-6.0.0 (6714759)
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 3 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 | 401 +++++++++++----------
...kerfile => ubuntu-20.04-cpp-minimal.dockerfile} | 77 ++--
cpp/cmake_modules/ThirdpartyToolchain.cmake | 22 +-
cpp/src/arrow/compute/kernels/vector_sort_test.cc | 2 +-
cpp/thirdparty/versions.txt | 4 +-
.../apache-arrow-apt-source/debian/changelog | 2 +-
.../yum/apache-arrow-release.spec.in | 2 +-
.../linux-packages/apache-arrow/debian/changelog | 2 +-
.../linux-packages/apache-arrow/yum/arrow.spec.in | 2 +-
dev/tasks/tasks.yml | 8 +
docker-compose.yml | 21 ++
docs/source/python/data.rst | 1 +
docs/source/python/dataset.rst | 44 +--
docs/source/python/pandas.rst | 177 ++++++++-
python/pyarrow/feather.py | 4 +-
python/pyarrow/parquet.py | 4 +-
python/pyarrow/table.pxi | 8 +-
python/pyarrow/tests/test_table.py | 17 +
r/Makefile | 2 +-
19 files changed, 513 insertions(+), 287 deletions(-)
copy ci/docker/{fedora-33-cpp.dockerfile =>
ubuntu-20.04-cpp-minimal.dockerfile} (56%)