Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2345#discussion_r192325777
--- 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 --
please add one blank line
---