Describe the bug, including details regarding any error messages, version, and platform.
We plan to extend the data types supported by gdb_arrow.py in #50656.
As shared groundwork, update its Type enum to match the currentarrow::Type::type enum by adding the missing IDs for RunEndEncoded, StringView, BinaryView, ListView, LargeListView, Decimal32, and Decimal64.
Individual pretty-printer support for these types will be implemented separately.
Component(s)
C++
Describe the bug, including details regarding any error messages, version, and platform.
We plan to extend the data types supported by
gdb_arrow.pyin #50656.As shared groundwork, update its
Typeenum to match the currentarrow::Type::typeenum by adding the missing IDs forRunEndEncoded, StringView, BinaryView, ListView, LargeListView, Decimal32, and Decimal64.Individual pretty-printer support for these types will be implemented separately.
Component(s)
C++