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

   ### Rationale for this change
   
   Since 24.0, pyarrow ships a `py.typed` marker while the type stubs are still 
incomplete. This makes type checkers trust the partial stubs and report false 
errors in downstream code (e.g. Module has no attribute "all" for 
`pyarrow.compute`). See #49831.
   
   ### What changes are included in this PR?
   
   This excludes `pyarrow/py.typed` from the built wheel via wheel.exclude.
   
   ### Are these changes tested?
   
   Verified on locally installed wheel with `py.typed` absent mypy ignores the 
bundled stubs.
   
   ### Are there any user-facing changes?
   
   Type checkers no longer pick up pyarrow's incomplete stubs.


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