ravipesala commented on a change in pull request #3483: [CARBONDATA-3597]
Support Merge for SCD and CCD scenarios
URL: https://github.com/apache/carbondata/pull/3483#discussion_r361896815
##########
File path:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/mutation/DeleteExecution.scala
##########
@@ -322,10 +298,117 @@ object DeleteExecution {
resultIter
}
- if (executorErrors.failureCauses == FailureCauses.NONE) {
- operatedRowCount = res.flatten.map(_._2._3).sum
+ (res, blockMappingVO)
+ }
+
+ // all or none : update status file, only if complete delete opeartion is
successfull.
+ def checkAndUpdateStatusFiles(executorErrors: ExecutionErrors,
Review comment:
ok
----------------------------------------------------------------
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