[fix] remove some internal urls and emails
This commit is contained in:
@ -15,7 +15,7 @@ select * from t2 left join (select * from t1) as v on t2.c1 = v.c2 where (v.c2
|
||||
#select * from t2 left join (select * from t1) as v on t2.c1 = v.c2 where (v.c2 is null) and (not((1 + 2 > v.c2) and false));
|
||||
|
||||
##case should not be eliminated
|
||||
# TODO shengle pre calc expr extract and calc bug: https://work.aone.alibaba-inc.com/issue/37559700
|
||||
# TODO shengle pre calc expr extract and calc bug:
|
||||
# select * from t2 left join (select * from t1) as v on t2.c1 = v.c2 where (v.c2 is null) and (((1 + 2 > v.c2) and false) + 2 > -2);
|
||||
|
||||
##case arithmatic operator
|
||||
|
Reference in New Issue
Block a user