Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2109#discussion_r178219012
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/partition/CarbonAlterTableDropHivePartitionCommand.scala
---
@@ -18,6 +18,7 @@
package org.apache.spark.sql.execution.command.partition
import java.util
+import java.util.UUID
--- End diff --
Do you allow dropping of partitions directly on aggregate table? I mean not
through parent table.
---