gengliangwang commented on a change in pull request #31830:
URL: https://github.com/apache/spark/pull/31830#discussion_r597858470
##########
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:
Can we resolve it by moving the new field to the tail of the class
constructor?
--
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]