attilapiros commented on a change in pull request #24283: [SPARK-27355][SS]
Make query execution more sensitive to epoch message late or lost
URL: https://github.com/apache/spark/pull/24283#discussion_r272153782
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/continuous/EpochCoordinator.scala
##########
@@ -117,7 +117,7 @@ private[sql] object EpochCoordinatorRef extends Logging {
private[continuous] class EpochCoordinator(
writeSupport: StreamingWrite,
stream: ContinuousStream,
- query: ContinuousExecution,
Review comment:
I think the old naming was right too and this change just increasing the
diff, as a `ContinuousExecution` is inherited from `StreamExecution` which is a
`StreamingQuery`.
Or check for example `StreamingQueryWrapper` which has a member
`_streamingQuery` with the type of `StreamExecution`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]