Skip to content

Commit

Permalink
[Refator]Modify code write error (apache#4950)
Browse files Browse the repository at this point in the history
* fix typo in udf: replace function

Co-authored-by: wangxixu <wangxixu@xiaomi.com>
  • Loading branch information
xinghuayu007 and wangxixu authored Nov 27, 2020
1 parent 10e1e29 commit 68db176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private void rewriteSelectStmt(SelectStmt newStmt, CompoundPredicate predicate,
/**
* 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) {
Expand Down

0 comments on commit 68db176

Please sign in to comment.