zhengruifeng commented on PR #42579: URL: https://github.com/apache/spark/pull/42579#issuecomment-1685551050
there are two wildcard import under `docs`: ``` (spark_dev_310) ➜ spark git:(master) ag -i 'import \*' docs docs/sql-ref-datatypes.md 117:from pyspark.sql.types import * docs/quick-start.md 133:>>> from pyspark.sql.functions import * (spark_dev_310) ➜ spark git:(master) ``` As to the `from pyspark.sql.types import *` in https://spark.apache.org/docs/latest/sql-ref-datatypes.html#data-types, I think we don't need to touch it, since there should not be any namespace conflicts as far as I know. -- 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]
