partiql / partiql-tests

Test data for checking conformance to the PartiQL specification.
Apache License 2.0
7 stars 1 forks source link

Change `MAX`/`MIN` and `COLL_MAX`/`COLL_MIN` tests over non-comparable data types #89

Open alancai98 opened 1 year ago

alancai98 commented 1 year ago

Based off https://github.com/partiql/partiql-lang/issues/11. We should update some tests (example test) that call MAX/MIN and COLL_MAX/COLL_MIN on a collection of non-comparable elements to give an error in strict mode and return MISSING in permissive mode.