partiql / partiql-tests

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

Fix ORDER BY test typos #105

Closed alancai98 closed 1 year ago

alancai98 commented 1 year ago

Ported test from https://github.com/partiql/partiql-tests/pull/66 had the wrong struct field name in statement and expected output (test source: https://github.com/partiql/partiql-lang-kotlin/blob/main/partiql-lang/src/test/kotlin/org/partiql/lang/eval/EvaluatingCompilerOrderByTests.kt#L193-L197).

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