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

    https://github.com/apache/carbondata/pull/2452#discussion_r200895780
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/datamap/DataMapStoreManager.java 
---
    @@ -172,6 +174,48 @@ public void dropDataMapSchema(String dataMapName) 
throws IOException {
         provider.dropSchema(dataMapName);
       }
     
    +  /**
    +   * Update the datamap schema to storage by table rename
    --- End diff --
    
    shouldn't be `Update the datamap schema after table rename`?


---

Reply via email to