This is an automated email from the ASF dual-hosted git repository.

yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 514d245  make like predicate operator public (#5552)
514d245 is described below

commit 514d245a1ff1f677d536926ab2ae6bca94347e17
Author: xinghuayu007 <[email protected]>
AuthorDate: Thu Apr 8 09:14:15 2021 +0800

    make like predicate operator public (#5552)
    
    Co-authored-by: wangxixu <[email protected]>
---
 fe/fe-core/src/main/java/org/apache/doris/analysis/LikePredicate.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/analysis/LikePredicate.java 
b/fe/fe-core/src/main/java/org/apache/doris/analysis/LikePredicate.java
index 068b3f6..c480323 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/analysis/LikePredicate.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/analysis/LikePredicate.java
@@ -34,7 +34,7 @@ import com.google.common.collect.Lists;
 
 public class LikePredicate extends Predicate {
 
-    enum Operator {
+    public enum Operator {
         LIKE("LIKE"),
         REGEXP("REGEXP");
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to