Indhumathi27 commented on a change in pull request #3184: [CARBONDATA-3357]
Support TableProperties from single parent table and restrict
alter/delete/partition on mv
URL: https://github.com/apache/carbondata/pull/3184#discussion_r281238858
##########
File path:
core/src/main/java/org/apache/carbondata/core/datamap/DataMapUtil.java
##########
@@ -159,4 +160,13 @@ private static DistributableDataMapFormat
createDataMapJob(CarbonTable carbonTab
return ssm.getValidAndInvalidSegments();
}
+ /**
+ * Check if carbonTable is mv datamap table
+ */
+ public static Boolean isMVdatamapTable(CarbonTable carbonTable) {
Review comment:
done
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services