MaxGekk commented on code in PR #41205:
URL: https://github.com/apache/spark/pull/41205#discussion_r1198618103


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -202,6 +202,13 @@
       "Another instance of this query was just started by a concurrent 
session."
     ]
   },
+  "CONCURRENT_STREAM_LOG_UPDATE" : {
+    "message" : [
+      "Concurrent update to the log. Multiple streaming jobs detected for 
<batchId>. ",

Review Comment:
   The space at the end is redundant. Spark concatenates multi-lines by `\n`. 



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