jorisvandenbossche commented on PR #48622: URL: https://github.com/apache/arrow/pull/48622#issuecomment-5208268002
The `_types.pyi` file seems to be adding type annotations for `pyarrow/types.pxi`, is that correct? But then why is it calles `_types.pyi` and not `types.pyi`? Is that because the types.pxi file does not actually map to a `pyarrow.types` module? (and a `pyarrow/types.pyi` file would be expected to be for that) (but if so, why does it as a stub file for `io.pyi` and `scalar.pyi`, because that has the same layout?) -- 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]
