You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/04/08 01:14:28 UTC

[incubator-doris] branch master updated: make like predicate operator public (#5552)

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 <14...@qq.com>
AuthorDate: Thu Apr 8 09:14:15 2021 +0800

    make like predicate operator public (#5552)
    
    Co-authored-by: wangxixu <wa...@xiaomi.com>
---
 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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org