rok commented on code in PR #50168: URL: https://github.com/apache/arrow/pull/50168#discussion_r3416340237
########## 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: Oooh, if this works we can get rid of quite some logic, thanks! -- 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]
