gaborgsomogyi commented on a change in pull request #25514: [SPARK-28784][SS]
Use CheckpointFileManager in StreamExecution/StreamingQueryManager for
checkpoint dirs
URL: https://github.com/apache/spark/pull/25514#discussion_r326723914
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala
##########
@@ -133,9 +134,8 @@ abstract class StreamExecution(
.stripMargin)
}
}
- val checkpointDir = checkpointPath.makeQualified(fs.getUri,
fs.getWorkingDirectory)
Review comment:
Since this ends-up in behavior change it may break existing queries. I think
there must be a reason when we do such change.
----------------------------------------------------------------
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]