You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/04 07:41:22 UTC

[GitHub] [arrow] pitrou commented on pull request #13060: ARROW-16243: [C++][Python] Remove Parquet ReadSchemaField method

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org