ajantha-bhat commented on a change in pull request #3444: [CARBONDATA-3581]
Support page level bloom filter
URL: https://github.com/apache/carbondata/pull/3444#discussion_r349435066
##########
File path:
core/src/main/java/org/apache/carbondata/core/scan/filter/executer/IncludeFilterExecuterImpl.java
##########
@@ -217,6 +220,14 @@ public BitSet prunePages(RawBlockletColumnChunks
rawBlockletColumnChunks)
bitSet.set(i);
}
}
Review comment:
I saw that description now.
**Whether you do refactor or not need to handle in the apply filter now.**
If possible you can refactor also. If not just handle your scenario , later
we can refactor
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services