[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

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