rtpsw commented on code in PR #13500: URL: https://github.com/apache/arrow/pull/13500#discussion_r918339732
########## cpp/src/arrow/python/pyarrow.h: ########## @@ -71,6 +77,8 @@ DECLARE_WRAP_FUNCTIONS(tensor, Tensor) DECLARE_WRAP_FUNCTIONS(batch, RecordBatch) DECLARE_WRAP_FUNCTIONS(table, Table) +DECLARE_WRAP_FUNCTIONS(extension_id_registry, engine::ExtensionIdRegistry) Review Comment: This exposure is for PyArrow. It will be used in an upcoming PR, which should not be merged into this one. The purpose of exposing `ExtensionIdRegistry` is to allow use of a [nested registry](https://github.com/apache/arrow/pull/13232) from PyArrow. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org