KHARSHAVARDHAN-eng opened a new pull request, #50662: URL: https://github.com/apache/arrow/pull/50662
## Why are these changes needed? `gdb_arrow.py` currently does not support pretty-printing for `BinaryView` and `StringView` data types. This PR adds debugger support for these types while reusing the existing pretty-printer infrastructure. ## What changes are included? - Add `BinaryView` and `StringView` type registration. - Reuse the existing pretty-printer implementation where appropriate. - Add debugger fixtures. - Add GDB test coverage for the new types. ## Are these changes tested? Yes. - Added GDB tests. - Ran the relevant debugger tests locally. - Verified Python syntax. - Verified pre-commit hooks. - Verified formatting. ## Are there any user-facing changes? No. This change only improves the developer debugging experience. -- 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]
