gengliangwang commented on code in PR #48552:
URL: https://github.com/apache/spark/pull/48552#discussion_r1807190748


##########
python/pyspark/logger/logger.py:
##########
@@ -20,6 +20,16 @@
 import json
 from typing import cast, Optional
 
+SPARK_LOG_SCHEMA = (

Review Comment:
   There is no backward compatibility issue here. This is new in Spark 4. I 
think putting in the logger is more here is more appropriate。
    



##########
python/pyspark/logger/logger.py:
##########
@@ -20,6 +20,16 @@
 import json
 from typing import cast, Optional
 
+SPARK_LOG_SCHEMA = (

Review Comment:
   There is no backward compatibility issue here. This is new in Spark 4. I 
think putting in the logger is more here is more appropriate.



-- 
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]

Reply via email to