partiql / partiql-tests

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

Port more `GROUP BY` tests from partiql-lang-kotlin #61

Closed alancai98 closed 1 year ago

alancai98 commented 1 year ago

Addresses https://github.com/partiql/partiql-tests/issues/59.

Ports more GROUP BY tests from partiql-lang-kotlin which were not part of the previously ported tests. This PR (in its current state) ports most of the tests from EvaluatingCompilerGroupByTest.kt. There still remains some tests that haven't been ported (see EvaluatingCompilerGroupByTest.kt#L1195-L1400).

Putting this out as I'll be away for at least a couple weeks.

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