Yohahaha commented on code in PR #9808:
URL: https://github.com/apache/incubator-gluten/pull/9808#discussion_r2153580080
##########
backends-velox/src/main/scala/org/apache/spark/sql/execution/SparkWriteFilesCommitProtocol.scala:
##########
@@ -97,8 +97,11 @@ class SparkWriteFilesCommitProtocol(
}
}
- def abortTask(): Unit = {
+ def abortTask(writePath: String): Unit = {
committer.abortTask(taskAttemptContext)
+
+ val tmpPath = new Path(writePath)
Review Comment:
+1, spark only delete committed `absPath` which means delete customer
partition location path.
Spark and Hadoop never delete task committed path.
--
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]