deniskuzZ commented on code in PR #4998:
URL: https://github.com/apache/hive/pull/4998#discussion_r1567796368


##########
ql/src/java/org/apache/hadoop/hive/ql/udf/UDFLike.java:
##########
@@ -45,11 +45,12 @@ public class UDFLike extends UDF {
 
   // Doing characters comparison directly instead of regular expression
   // matching for simple patterns like "%abc%".
-  private enum PatternType {
+  public enum PatternType {

Review Comment:
   please revert changes in that class



-- 
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]

Reply via email to