zeal-thinker commented on code in PR #48552: URL: https://github.com/apache/spark/pull/48552#discussion_r1807185449
########## python/pyspark/logger/logger.py: ########## @@ -20,6 +20,16 @@ import json from typing import cast, Optional +SPARK_LOG_SCHEMA = ( Review Comment: Why did you move SPARK_LOG_SCHEMA from util.LogUtils to logger? SPARK_LOG_SCHEMA is in util.LogUtils for scala. -- 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]
