Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2363#discussion_r194595227
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -218,6 +222,40 @@ public static void updateTableInfo(TableInfo
tableInfo) {
}
}
+ public static CarbonTable buildTable(
+ String tablePath,
+ String tableName,
+ boolean hasFilter) throws IOException {
--- End diff --
ok.done---
