add query/queryJoin.py to regression.

This commit is contained in:
Shuduo Sang 2020-07-03 14:09:12 +08:00
parent bd984a8f4f
commit 8166f0711b
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ python3 ./test.py -f query/filterFloatAndDouble.py
python3 ./test.py -f query/filterOtherTypes.py
python3 ./test.py -f query/queryError.py
python3 ./test.py -f query/querySort.py
python3 ./test.py -f query/queryJoin.py
#stream
python3 ./test.py -f stream/stream1.py