This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch release-6.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from c8f882c ARROW-14386: [Packaging][Java] Ensure using installed
devtoolset version
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
No new revisions were added by this update.
Summary of changes:
...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 +-
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 +-
14 files changed, 304 insertions(+), 87 deletions(-)
copy ci/docker/{fedora-33-cpp.dockerfile =>
ubuntu-20.04-cpp-minimal.dockerfile} (56%)