partiql / partiql-tests

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

Set up and seed GPML conformance tests #88

Closed vgapeyev closed 1 year ago

vgapeyev commented 1 year ago

Make it possible to run GPML (graph query) tests within the conformance suite and seed the test set with some tests for the initial graph pattern fragment supported in the evaluator after https://github.com/partiql/partiql-lang-kotlin/pull/#1074.

A possibly non-straightforward thing could be adding graph bindings to test evaluation environments.

vgapeyev commented 1 year ago

Closed with https://github.com/partiql/partiql-tests/pull/91 and https://github.com/partiql/partiql-lang-kotlin/pull/1104