deniskuzZ commented on code in PR #4998:
URL: https://github.com/apache/hive/pull/4998#discussion_r1568658648
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/AbstractFilterStringColLikeStringScalar.java:
##########
@@ -226,7 +226,7 @@ protected interface CheckerFactory {
protected static final class NoneChecker implements Checker {
final byte [] byteSub;
- NoneChecker(String pattern) {
+ public NoneChecker(String pattern) {
Review Comment:
@ryukobayashi, you can revert this. as well, no need for public modifier
here
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]