partiql / partiql-tests

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

Start on conformance tests for graph query. #91

Closed vgapeyev closed 1 year ago

vgapeyev commented 1 year ago

These conformance tests are ported from some of the unit tests in EvaluatingCompilerGraphMatchTests in partiql-lang-kotlin, https://github.com/partiql/partiql-lang-kotlin/pull/1104

Adjustments to reading-in Ion made in #1104 are necessary for reading in and running these new conformance tests here.

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

vgapeyev commented 1 year ago

we should document in this repo somewhere the new graph type encoding in Ion. Perhaps somewhere in the partiql-tests/docs directory (could use partiql-tests-schema-proposal.md or a new file).

Good idea! Thanks for pointing at the appropriate spot!