partiql / partiql-tests

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

Fix bag op UNION ALL tests #98

Closed alancai98 closed 1 year ago

alancai98 commented 1 year ago

Fixes #97. Following the bag operator RFC fixes/corrections as part of https://github.com/partiql/partiql-docs/pull/44, fixes the UNION ALL tests that include duplicate elements.

For context, these tests were previously ported from the Kotlin implementation. Those tests in the Kotlin codebase should be fixed as part of https://github.com/partiql/partiql-lang-kotlin/issues/1132.

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