Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2363#discussion_r193953877
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -218,6 +222,41 @@ public static void updateTableInfo(TableInfo
tableInfo) {
}
}
+ public static CarbonTable buildDummyTable(
--- End diff --
I think it is not a dummy table. it is actual table.---
