HyukjinKwon commented on code in PR #39212: URL: https://github.com/apache/spark/pull/39212#discussion_r1057455392
########## python/mypy.ini: ########## @@ -22,6 +22,7 @@ disallow_untyped_defs = True show_error_codes = True warn_unused_ignores = True warn_redundant_casts = True +namespace_packages = True Review Comment: quick question, why was this required? Seems llike we aren't adding a new package for native namespace packaging - I read https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
