Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2678#discussion_r216208118
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/partition/CarbonAlterTableDropHivePartitionCommand.scala
---
@@ -171,7 +171,7 @@ case class CarbonAlterTableDropHivePartitionCommand(
""
}
val segments = new
SegmentStatusManager(table.getAbsoluteTableIdentifier)
- .getValidAndInvalidSegments.getValidSegments
+ .getValidAndInvalidSegments().getValidSegments
--- End diff --
no need to change this
---