Apache9 commented on code in PR #4720:
URL: https://github.com/apache/hbase/pull/4720#discussion_r1156092974
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/filter/RegexStringComparator.java:
##########
@@ -255,11 +258,20 @@ static interface Engine {
* This is the default engine.
*/
static class JavaRegexEngine implements Engine {
+ private static final Configuration conf = HBaseConfiguration.create();
Review Comment:
Can we find a way to pass this Configuration in?
--
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]