pitrou commented on code in PR #13500: URL: https://github.com/apache/arrow/pull/13500#discussion_r918924043
########## 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 doesn't really address the following comment: > Instead, you should wrap/unwrap purely on the Cython side, like for most other C++ classes. -- 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]
