partiql / partiql-tests

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

Change tests with comparisons of container types #90

Open alancai98 opened 1 year ago

alancai98 commented 1 year ago

Based off spec issue: https://github.com/partiql/partiql-lang/issues/10.

We should likely remove or move the tests to extended directory with container comparison until the spec issue is clarified further since container comparison outside of order by has not yet been defined.

Likely doesn't need negative tests (i.e. disallowing comparison of container types) unless the spec disallows it altogether.

edit: for clarity, defining comparability as using any of the following: <, >, <=, >=, MAX, MIN, COLL_MAX, COLL_MIN