gengliangwang commented on a change in pull request #31830:
URL: https://github.com/apache/spark/pull/31830#discussion_r594830079



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLListener.scala
##########
@@ -46,6 +46,7 @@ case class SparkListenerSQLExecutionStart(
     description: String,
     details: String,
     physicalPlanDescription: String,
+    modifiedConfigs: Map[String, String],

Review comment:
       Adding a field here will break the backward compatibility. The history 
server can't load the previous event logs.




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

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