pitrou opened a new pull request #12434: URL: https://github.com/apache/arrow/pull/12434
Expressions evaluated by GDB are evaluated in the scope of the C++ namespace of the currently selected frame. Therefore, when inside a Parquet frame, `arrow::<some type>` would be looked up as `parquet::arrow::<some type>` and fail. -- 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]
