You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As PartiQL evolves to have a containerized Ion type (a'la variant('ion')) we must define the canonical encoding of PartiQL values which the conformance test may/may not use.
Currently we a partiql value encoding in Ion using the de-facto standard, but we must be careful to not treat this as back-ticked Ion (aka variant).
The partiql-lang-kotlin test runner depends on a "PartiQL Value Reader" which understands the "PartiQL Encoded as Ion" representation.
RCHowell
changed the title
Well-defined encoding of test input data and its relationship to the variant type.
Well-defined encoding of test input data
Sep 27, 2024
As PartiQL evolves to have a containerized Ion type (a'la
variant('ion')
) we must define the canonical encoding of PartiQL values which the conformance test may/may not use.Currently we a partiql value encoding in Ion using the de-facto standard, but we must be careful to not treat this as back-ticked Ion (aka variant).
The partiql-lang-kotlin test runner depends on a "PartiQL Value Reader" which understands the "PartiQL Encoded as Ion" representation.
Related
The text was updated successfully, but these errors were encountered: