zero323 commented on a change in pull request #29591:
URL: https://github.com/apache/spark/pull/29591#discussion_r489407052
##########
File path: python/pyspark/py.typed
##########
@@ -0,0 +1 @@
+partial
Review comment:
In case of stub packages this allows us to skip annotations for certain
modules ‒ if stub file is not found, type checker will go and inspect the
module itself.
In theory, if stub files reside within the same directory structure as the
source, it shouldn't be necessary. But since things are not always smooth, I'd
prefer to keep this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]