akashrn5 commented on a change in pull request #3614: [CARBONDATA-3693] Separate Index command from DataMap command URL: https://github.com/apache/carbondata/pull/3614#discussion_r386206213
########## File path: core/src/main/java/org/apache/carbondata/core/datamap/status/DataMapStatusManager.java ########## @@ -142,13 +142,13 @@ public static DataMapSchema getDataMapSchema(String dataMapName) } /** - * This method will remove all segments of dataMap table in case of Insert-Overwrite/Update/Delete + * This method will remove all segments of MV table in case of Insert-Overwrite/Update/Delete * operations on main table * * @param allDataMapSchemas of main carbon table * @throws IOException */ - public static void truncateDataMap(List<DataMapSchema> allDataMapSchemas) + public static void truncateMVTable(List<DataMapSchema> allDataMapSchemas) Review comment: ok ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services