This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 21ba22bfbb ARROW-17813: [Python] Nested ExtensionArray conversion
to/from pandas/numpy (#14238)
add 1155f240ec ARROW-16424: [C++] Use Uri to parse substrait ReadRel file
path (#14071)
No new revisions were added by this update.
Summary of changes:
.../arrow/engine/substrait/relation_internal.cc | 174 +++++++++++++--------
cpp/src/arrow/engine/substrait/serde_test.cc | 16 --
cpp/src/arrow/util/uri.cc | 2 +
cpp/src/arrow/util/uri.h | 3 +
cpp/src/arrow/util/uri_test.cc | 52 ++++--
python/pyarrow/tests/test_substrait.py | 7 -
6 files changed, 151 insertions(+), 103 deletions(-)