Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2818#discussion_r227702948
--- Diff:
core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java ---
@@ -1530,6 +1530,12 @@ public int getSortMemorySpillPercentage() {
return spillPercentage;
}
+ public boolean getPushRowFiltersForVector() {
--- End diff --
ok---
