Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2363#discussion_r193979794
--- 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 --
no need table name and db name to build table info when non filter---
