rok opened a new pull request, #48622:
URL: https://github.com/apache/arrow/pull/48622

   ### Rationale for this change
   
   This is the second in series of PRs adding type annotations to pyarrow and 
resolving #32609. It builds on top of and should be merged after #48618.
   
   ### What changes are included in this PR?
   This adds:
   - `_types.pyi` - Core type definitions including
   - `_stubs_typing.pyi` - Internal typing protocols and helpers used across 
stub files
   - `error.pyi` - Exception classes (`ArrowException`, `ArrowInvalid`, 
`ArrowIOError`, etc.)
   - Minimal placeholder stubs - `lib.pyi`, `io.pyi`, `scalar.pyi` - using 
`__getattr__` to allow imports to resolve while deferring to subsequent PRs
   
   ### Are these changes tested?
   
   Via CI type checks established in #48618.
   
   ### Are there any user-facing changes?
   
   Users will start seeing some minimal annotated types.


-- 
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]

Reply via email to