Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2345#discussion_r192333461
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -996,4 +979,30 @@ public boolean canAllow(CarbonTable carbonTable,
TableOperation operation) {
}
return indexColumn;
}
+
+ /**
+ * update the carbon table by using the passed tableInfo
+ * @param table
--- End diff --
done---
