rest does not support varbinary

This commit is contained in:
facetosea 2023-09-21 15:03:21 +08:00
parent c6bb9ff765
commit 3369511e40
3 changed files with 0 additions and 3 deletions

View File

@ -332,7 +332,6 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -R
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -R
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -R
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py

View File

@ -211,7 +211,6 @@ python3 ./test.py -f 2-query/hyperloglog.py -P -R
python3 ./test.py -f 2-query/interp.py -P
python3 ./test.py -f 2-query/interp.py -P -R
python3 ./test.py -f 2-query/fill.py -P
python3 ./test.py -f 2-query/fill.py -P -R
python3 ./test.py -f 2-query/irate.py -P
python3 ./test.py -f 2-query/irate.py -P -R
python3 ./test.py -f 2-query/join.py -P

View File

@ -272,7 +272,6 @@ python3 ./test.py -f 2-query/hyperloglog.py -R
python3 ./test.py -f 2-query/interp.py
python3 ./test.py -f 2-query/interp.py -R
python3 ./test.py -f 2-query/fill.py
python3 ./test.py -f 2-query/fill.py -R
python3 ./test.py -f 2-query/irate.py
python3 ./test.py -f 2-query/irate.py -R
python3 ./test.py -f 2-query/join.py