[Refator]Modify code write error (#4950)

* fix typo in udf: replace function

Co-authored-by: wangxixu <wangxixu@xiaomi.com>
This commit is contained in:
xinghuayu007
2020-11-27 12:16:45 +08:00
committed by GitHub
parent 10e1e29711
commit 68db176013

View File

@ -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) {