sanjeet006py commented on code in PR #7136:
URL: https://github.com/apache/hbase/pull/7136#discussion_r2185128891
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CompoundBloomFilter.java:
##########
@@ -120,7 +120,7 @@ private boolean containsInternal(byte[] key, int keyOffset,
int keyLength, ByteB
return result;
}
- private HFileBlock getBloomBlock(int block) {
+ public HFileBlock getBloomBlock(int block) {
Review Comment:
> You are making this and others and a few others public for the sake of
testing?
Yes
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]