Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1752#discussion_r159657961
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/mutation/CarbonProjectForDeleteCommand.scala
---
@@ -77,7 +77,7 @@ private[sql] case class CarbonProjectForDeleteCommand(
dataRdd,
timestamp,
isUpdateOperation = false,
- executorErrors)) {
+ executorErrors)._1) {
--- End diff --
removed returning status---
