Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2818#discussion_r225784934
--- 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 --
Change the method name to `pushRowFiltersForVector`---
