This commit is contained in:
cpwu 2022-05-27 16:07:37 +08:00
parent 0f2161f162
commit b7d3b8e7ac
1 changed files with 6 additions and 6 deletions

View File

@ -23,15 +23,15 @@ python3 ./test.py -f 2-query/length.py
python3 ./test.py -f 2-query/char_length.py
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/join2.py
python3 ./test.py -f 2-query/join.py
python3 ./test.py -f 2-query/join2.py
python3 ./test.py -f 2-query/cast.py
python3 ./test.py -f 2-query/union.py
python3 ./test.py -f 2-query/union1.py
#python3 ./test.py -f 2-query/concat.py
#python3 ./test.py -f 2-query/concat2.py
#python3 ./test.py -f 2-query/concat_ws.py
#python3 ./test.py -f 2-query/concat_ws2.py
python3 ./test.py -f 2-query/concat.py
python3 ./test.py -f 2-query/concat2.py
python3 ./test.py -f 2-query/concat_ws.py
python3 ./test.py -f 2-query/concat_ws2.py
python3 ./test.py -f 2-query/check_tsdb.py
python3 ./test.py -f 2-query/spread.py
python3 ./test.py -f 2-query/hyperloglog.py