fenfeng9 opened a new pull request, #50683: URL: https://github.com/apache/arrow/pull/50683
### Rationale for this change `gdb_arrow.py` mirrors the C++ `arrow::Type::type` enum by position, but it is missing several newer type IDs. The upcoming pretty-printer sub-issues(https://github.com/apache/arrow/issues/50656) share this dependency. ### What changes are included in this PR? Adds the missing `RunEndEncoded, BinaryView, ListView, and Decimal32/64` type IDs in the same order as the C++ enum. Individual pretty-printer support will be implemented separately. ### Are these changes tested? ### Are there any user-facing changes? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
