You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2020/02/10 14:44:28 UTC

[GitHub] [carbondata] jackylk commented on a change in pull request #3598: [CARBONDATA-3684] Remove MDK and cardinality in write path

jackylk commented on a change in pull request #3598: [CARBONDATA-3684] Remove MDK and cardinality in write path
URL: https://github.com/apache/carbondata/pull/3598#discussion_r377104775
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/datamap/DataMapChooser.java
 ##########
 @@ -135,25 +135,6 @@ DataMapExprWrapper chooseDataMap(DataMapLevel level, FilterResolverIntf resolver
     return null;
   }
 
-  /**
-   * Get all datamaps of the table for clearing purpose
-   */
-  public DataMapExprWrapper getAllDataMapsForClear(CarbonTable carbonTable)
 
 Review comment:
   It is not used anyplace

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services