HeartSaVioR commented on code in PR #48026:
URL: https://github.com/apache/spark/pull/48026#discussion_r1755954148
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala:
##########
@@ -369,13 +369,7 @@ abstract class StreamExecution(
messageParameters = Map(
"id" -> id.toString,
"runId" -> runId.toString,
- "message" -> message,
- "queryDebugString" -> toDebugString(includeLogicalPlan =
isInitialized),
- "startOffset" ->
getLatestExecutionContext().startOffsets.toOffsetSeq(
- sources.toSeq,
getLatestExecutionContext().offsetSeqMetadata).toString,
- "endOffset" -> getLatestExecutionContext().endOffsets.toOffsetSeq(
- sources.toSeq,
getLatestExecutionContext().offsetSeqMetadata).toString
Review Comment:
Yeah not sure why this passed through params as we have params in
constructor. Thanks for fixing this!
--
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]