Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2503#discussion_r202945784
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/mutation/DeleteExecution.scala
---
@@ -134,7 +134,7 @@ object DeleteExecution {
groupedRows.toIterator,
timestamp,
rowCountDetailsVO,
- carbonTable.isHivePartitionTable)
+ segmentFile)
--- End diff --
Ok, But passed Segment---
