This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 3e56bde ARROW-13140: [C++/Python] Upgrade libthrift pin in the
nightlies
add 8aeec28 ARROW-12983: [C++][Python][R] Properly overflow to chunked
array in Python-to-Arrow conversion
No new revisions were added by this update.
Summary of changes:
.github/workflows/python.yml | 7 ++
ci/scripts/python_test.sh | 2 +-
cpp/src/arrow/array/builder_binary.h | 7 --
cpp/src/arrow/python/inference.cc | 9 +-
cpp/src/arrow/python/iterators.h | 19 ++--
cpp/src/arrow/python/numpy_internal.h | 2 +-
cpp/src/arrow/python/python_to_arrow.cc | 55 +++-------
cpp/src/arrow/util/converter.h | 85 +++++++++++----
python/pyarrow/tests/parquet/test_data_types.py | 5 +
python/pyarrow/tests/test_array.py | 1 +
python/pyarrow/tests/test_convert_builtin.py | 54 +++++++++-
python/pyarrow/tests/test_pandas.py | 8 +-
r/src/r_to_arrow.cpp | 133 ++++++++++++------------
13 files changed, 236 insertions(+), 151 deletions(-)