Github user kunal642 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2109#discussion_r178801883
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/partition/CarbonAlterTableDropHivePartitionCommand.scala
---
@@ -136,6 +140,7 @@ case class CarbonAlterTableDropHivePartitionCommand(
override def processData(sparkSession: SparkSession): Seq[Row] = {
var locks = List.empty[ICarbonLock]
val uniqueId = System.currentTimeMillis().toString
+ val childCommands =
operationContext.getProperty("dropPartitionCommands")
--- End diff --
done
---