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

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala
 ##########
 @@ -106,7 +107,7 @@ abstract class StreamExecution(
         new Path(new 
Path(checkpointPath.toUri.toString).toUri.toString).toUri.toString
       val legacyCheckpointDirExists =
         try {
-          fs.exists(new Path(legacyCheckpointDir))
 
 Review comment:
   Here would it make sense to keep the fs check as well since we want to catch 
the previously created check point directories and suggest folks migrate?
   

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

Reply via email to