partiql / partiql-tests

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

Add a couple more ORDER BY tests using DESC #106

Closed alancai98 closed 1 year ago

alancai98 commented 1 year ago

Adds a couple tests that weren't part of original ORDER BY tests. These tests use DESC for the order by expr along with the NULLS FIRST and NULLS LAST modifiers.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.