We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
date
time
I noticed that some TIME values in the test data use an annotated struct:
TIME
e.g.:
partiql-tests/partiql-tests-data/eval/query/order-by.ion
Line 43 in e24d8ef
While some other TIME values use an annotated string:
e.g.
partiql-tests/partiql-tests-data/eval/spec-tests.ion
Lines 755 to 758 in e24d8ef
The partiql-tests spec proposal defines using the annotated string form: https://github.com/partiql/partiql-tests/blob/e24d8ef837303e675bc7c29b8a41f3cc81d6b96e/docs/partiql-tests-schema-proposal.md#modeling-partiql-types-in-ion.
partiql-tests
These should likely be normalized to the same thing.
TODO:
The text was updated successfully, but these errors were encountered:
date is also modeled using a timestamp in some tests
Line 48 in e24d8ef
The spec proposal uses an annotated string: https://github.com/partiql/partiql-tests/blob/e24d8ef837303e675bc7c29b8a41f3cc81d6b96e/docs/partiql-tests-schema-proposal.md#modeling-partiql-types-in-ion.
Sorry, something went wrong.
Also need to normalize how PartiQL timestamps are to be represented in Ion (could be the same as Ion?)
No branches or pull requests
I noticed that some
TIME
values in the test data use an annotated struct:e.g.:
partiql-tests/partiql-tests-data/eval/query/order-by.ion
Line 43 in e24d8ef
While some other
TIME
values use an annotated string:e.g.
partiql-tests/partiql-tests-data/eval/spec-tests.ion
Lines 755 to 758 in e24d8ef
The
partiql-tests
spec proposal defines using the annotated string form: https://github.com/partiql/partiql-tests/blob/e24d8ef837303e675bc7c29b8a41f3cc81d6b96e/docs/partiql-tests-schema-proposal.md#modeling-partiql-types-in-ion.These should likely be normalized to the same thing.
TODO:
The text was updated successfully, but these errors were encountered: