Github user manishgupta88 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2109#discussion_r178758267
  
    --- 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 --
    
    Remove as unused


---

Reply via email to