rest does not support varbinary
This commit is contained in:
parent
c6bb9ff765
commit
3369511e40
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue