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

    https://github.com/apache/carbondata/pull/1743#discussion_r159619266
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/datamap/DataMapListeners.scala
 ---
    @@ -65,7 +65,7 @@ object DropDataMapPostListener extends 
OperationEventListener {
               Some(dataMapSchema.get.getRelationIdentifier.getDatabaseName),
               dataMapSchema.get.getRelationIdentifier.getTableName,
               dropChildTable = true
    -        ).run(sparkSession)
    +        ).processMetadata(sparkSession)
    --- End diff --
    
    @jackylk  code is moved to CarbonDropDataMapCommand


---

Reply via email to