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 68db176  [Refator]Modify code write error (#4950)
68db176 is described below

commit 68db176013e308a75aac5c94c87fab3dbbe023d9
Author: xinghuayu007 <1450306...@qq.com>
AuthorDate: Fri Nov 27 12:16:45 2020 +0800

    [Refator]Modify code write error (#4950)
    
    * fix typo in udf: replace function
    
    Co-authored-by: wangxixu <wangx...@xiaomi.com>
---
 fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionCache.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionCache.java 
b/fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionCache.java
index 068c93c..a820eb6 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionCache.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/cache/PartitionCache.java
@@ -170,7 +170,7 @@ public class PartitionCache extends Cache {
     /**
      * Rewrite the query scope of partition key in the where condition
      * origin expr : where eventdate>="2020-01-12" and eventdate<="2020-01-15" 
-     * rewrite expr : where eventdate>="2020-01-14" and eventdate<="2020=01-15"
+     * rewrite expr : where eventdate>="2020-01-14" and eventdate<="2020-01-15"
      */
     private Expr rewriteWhereClause(Expr expr, CompoundPredicate predicate,
                                     List<PartitionRange.PartitionSingle> 
newRangeList) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to