partiql / partiql-tests

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

Add more list, bag, and tuple equality tests #108

Closed alancai98 closed 1 year ago

alancai98 commented 1 year ago

Adds more list, bag, and tuple equality tests based on equality definition specified in section 7.1.1 of the spec.

All currently passing w/ the Kotlin implementation.

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