gengliangwang commented on code in PR #48552: URL: https://github.com/apache/spark/pull/48552#discussion_r1807190503
########## python/pyspark/shell.py: ########## @@ -30,6 +30,7 @@ import pyspark from pyspark.core.context import SparkContext +from pyspark.logger import SPARK_LOG_SCHEMA Review Comment: it is import in the pyspark shell so that users can use the constant directly. ########## python/pyspark/shell.py: ########## @@ -30,6 +30,7 @@ import pyspark from pyspark.core.context import SparkContext +from pyspark.logger import SPARK_LOG_SCHEMA Review Comment: it is imported in the pyspark shell so that users can use the constant directly. -- 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]
