This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch release-8.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 7809c6d7cb ARROW-16417: [C++][Python] Segfault in test_exec_plan.py /
test_joins
new ab6cf83bda MINOR: [Release] Export DYLD_LIBRARY_PATH instead of
LD_LIBRARY_PATH during verification on macOS (#13045)
new 64d11b4825 ARROW-16442: [Python][Dataset] Fix fragments of ORC Dataset
to use FileFragment class
new ffd80740ee ARROW-16035: [Java] Handling empty JDBC ResultSet
new 0d30a05212 ARROW-16413: [Python] Certain dataset APIs hang with a
python filesystem
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:
dev/release/verify-release-candidate.sh | 3 +-
.../arrow/adapter/jdbc/ArrowVectorIterator.java | 20 ++++++--
.../arrow/adapter/jdbc/h2/JdbcToArrowTest.java | 25 ++++++++--
python/pyarrow/_dataset.pyx | 9 +++-
python/pyarrow/_dataset_parquet.pyx | 7 +--
python/pyarrow/tests/test_dataset.py | 53 ++++++++++++++++++++++
6 files changed, 104 insertions(+), 13 deletions(-)