This commit is contained in:
cpwu 2022-05-17 18:17:46 +08:00
parent 888e109fa4
commit 0ac54e6e9b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ python3 ./test.py -f 2-query/upper.py
python3 ./test.py -f 2-query/lower.py
python3 ./test.py -f 2-query/join.py
python3 ./test.py -f 2-query/cast.py
python3 ./test.py -f 2-query/concat.py # after wal ,crash occured
python3 ./test.py -f 2-query/concat.py
python3 ./test.py -f 2-query/concat_ws.py
# python3 ./test.py -f 2-query/union.py
# python3 ./test.py -f 2-query/union2.py