linhongliu-db opened a new pull request, #40403:
URL: https://github.com/apache/spark/pull/40403

   ### What changes were proposed in this pull request?
   https://github.com/apache/spark/pull/39268 / 
[SPARK-41752](https://issues.apache.org/jira/browse/SPARK-41752) added a new 
non-optional `rootExecutionId: Long` field to the 
SparkListenerSQLExecutionStart case class.
   
   When JsonProtocol deserializes this event it uses the "ignore missing 
properties" Jackson deserialization option, causing the rootExecutionField to 
be initialized with a default value of 0.
   
   The value 0 is a legitimate execution ID, so in the deserialized event we 
have no ability to distinguish between the absence of a value and a case where 
all queries have the first query as the root.
   
   Thanks @JoshRosen for reporting and investigating this issue.
   
   ### Why are the changes needed?
   Bug fix
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   UT
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to