jerrypeng commented on code in PR #56055:
URL: https://github.com/apache/spark/pull/56055#discussion_r3315605394


##########
common/utils-java/src/main/java/org/apache/spark/internal/LogKeys.java:
##########
@@ -792,6 +793,7 @@ public enum LogKeys implements LogKey {
   STREAMING_DATA_SOURCE_NAME,
   STREAMING_OFFSETS_END,
   STREAMING_OFFSETS_START,
+  STREAMING_QUERY_ID,

Review Comment:
   A query id and streaming query id are typically not the same.  query id for 
a batch query is simply a transient id for a batch.  The streaming query id is 
persistent for the entirety of the streaming query execution.
   
   I would keep it here and fix it in StructuredStreamingIdAwareSchedulerLogging



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