jorisvandenbossche commented on issue #43587: URL: https://github.com/apache/arrow/issues/43587#issuecomment-2272823839
The problem for a GitHub search is that a name like `SerializeObject` is quite generic. Although when limiting the search to cython, I think I only see occurrences that are copies from the pyarrow source code. And the same for the other exported names. So based on that limited github search, those APIs are seemingly not used (publicly). It's not that the code gives any maintenance overhead (since it is not tested anymore, and if we leave it alone like in PRs that triggered this issue), so I am also fine with just keeping it a few months longer with a `ARROW_DEPRECATED` decoration for at least one release. But directly removing is also fine with me. -- 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]
