PDavid commented on code in PR #6361: URL: https://github.com/apache/hbase/pull/6361#discussion_r1795586889
########## hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestPrefixFilter.java: ########## @@ -40,7 +43,6 @@ public class TestPrefixFilter { static final char FIRST_CHAR = 'a'; static final char LAST_CHAR = 'e'; static final String HOST_PREFIX = "org.apache.site-"; - static final byte[] GOOD_BYTES = Bytes.toBytes("abc"); Review Comment: This is also a bit unrelated - an unused constant field. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org