pitrou commented on PR #13060: URL: https://github.com/apache/arrow/pull/13060#issuecomment-1117015678
For the record, `ReadSchemaField` was added in https://github.com/apache/parquet-cpp/pull/312. It was originally called by other functions in that PR, but that was later removed. Still, we should first deprecate the C++ API, not remove it immediately (you can look for the `ARROW_DEPRECATED` macro which will help you do that). Of course, the unused Cython declaration can be removed. -- 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]
