Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1654#discussion_r157149579
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -573,6 +574,11 @@ public boolean isPartitionTable() {
return null != tablePartitionMap.get(getTableName());
}
+ public boolean isStandardPartitionTable() {
--- End diff --
change to `isHivePartitionTable`---
