zsxwing commented on a change in pull request #24154: [SPARK-27210][SS] Cleanup incomplete output files in ManifestFileCommitProtocol if task is aborted URL: https://github.com/apache/spark/pull/24154#discussion_r267825532
########## File path: sql/core/src/test/scala/org/apache/spark/sql/streaming/FileStreamSinkSuite.scala ########## @@ -18,10 +18,13 @@ package org.apache.spark.sql.streaming import java.io.File +import java.nio.file.Files import java.util.Locale import org.apache.hadoop.fs.Path +import org.apache.hadoop.mapreduce.TaskAttemptContext Review comment: nit: this import and the below one are not needed. ---------------------------------------------------------------- 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]
