Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1730#discussion_r158956384
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1501,6 +1501,15 @@
public static final String TIMESERIES_HIERARCHY = "timeseries.hierarchy";
+ /**
+ * It allows queries on hive metastore directly along with filter
information, otherwise first
+ * fetches all partitions from hive and apply filters on it.
--- End diff --
Can you mention how to decide whether to set it to false or true?
---