This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch release-7.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from cba3ee6 MINOR: [CI] Skip matlab builds if the pull request has WIP in
its title (#12205)
add 658bec3 ARROW-15153: [Python] Expose ReferencedBufferSize to python
add a2fe24f ARROW-15376: [Go][Release] cpu_arm64 needs +build comment
new 9c5f9a1 Revert "ARROW-12735: [C++] Write GDB plugin"
new e9a7aed ARROW-15392: [JS] Disable flaky javascript unittest
The 2 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:
.travis.yml | 2 -
ci/scripts/python_test.sh | 1 -
cpp/gdb_arrow.py | 1894 --------------------
cpp/src/arrow/ipc/json_simple.cc | 14 -
cpp/src/arrow/ipc/json_simple.h | 6 -
cpp/src/arrow/ipc/json_simple_test.cc | 19 -
cpp/src/arrow/python/CMakeLists.txt | 1 -
cpp/src/arrow/python/gdb.cc | 449 -----
cpp/src/arrow/python/gdb.h | 29 -
cpp/src/arrow/testing/gtest_util.cc | 8 +-
cpp/src/arrow/util/byte_size.h | 2 +-
go/arrow/internal/cpu/cpu_arm64.go | 2 +-
js/test/unit/generated-data-tests.ts | 2 +-
python/pyarrow/{_dataset_orc.pyx => _engine.pyx} | 31 +-
python/pyarrow/array.pxi | 38 +-
python/pyarrow/{tests/__init__.py => engine.py} | 0
python/pyarrow/includes/libarrow.pxd | 12 +-
python/pyarrow/includes/libarrow_compute.pxd | 56 +
.../{_compute.pxd => includes/libarrow_engine.pxd} | 36 +-
python/pyarrow/lib.pyx | 4 -
python/pyarrow/table.pxi | 110 +-
python/pyarrow/tests/test_array.py | 21 +-
python/pyarrow/tests/test_gdb.py | 854 ---------
python/pyarrow/tests/test_table.py | 17 +-
24 files changed, 262 insertions(+), 3346 deletions(-)
delete mode 100644 cpp/gdb_arrow.py
delete mode 100644 cpp/src/arrow/python/gdb.cc
delete mode 100644 cpp/src/arrow/python/gdb.h
copy python/pyarrow/{_dataset_orc.pyx => _engine.pyx} (56%)
copy python/pyarrow/{tests/__init__.py => engine.py} (100%)
create mode 100644 python/pyarrow/includes/libarrow_compute.pxd
copy python/pyarrow/{_compute.pxd => includes/libarrow_engine.pxd} (54%)
delete mode 100644 python/pyarrow/tests/test_gdb.py