dangotbanned commented on code in PR #50168: URL: https://github.com/apache/arrow/pull/50168#discussion_r3419610120
########## python/CMakeLists.txt: ########## @@ -1041,32 +1041,36 @@ endif() # # Type stubs with docstring injection # +# TODO(GH-49831): Temporarily do not install pyarrow-stubs into wheels. +# The stubs are incomplete, and some type checkers consume .pyi files even +# without the py.typed marker. Re-enable this when the stubs are complete. +# Review Comment: Ah great - hope so too! If it doesn't, it could still be worth opening an issue since it's being actively developed - they might just not have coverage for cython yet -- 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]
