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 b1b8728 ARROW-14609 [R] left_join by argument error message mismatch
add a3efe72 ARROW-12735: [C++] Write GDB plugin
No new revisions were added by this update.
Summary of changes:
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/{init.h => gdb.h} | 11 +-
cpp/src/arrow/testing/gtest_util.cc | 8 +-
python/pyarrow/includes/libarrow.pxd | 4 +
python/pyarrow/lib.pyx | 4 +
python/pyarrow/tests/test_gdb.py | 854 ++++++++++++++
12 files changed, 3256 insertions(+), 9 deletions(-)
create mode 100644 cpp/gdb_arrow.py
create mode 100644 cpp/src/arrow/python/gdb.cc
copy cpp/src/arrow/python/{init.h => gdb.h} (89%)
create mode 100644 python/pyarrow/tests/test_gdb.py