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: [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]