partiql / partiql-tests

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

Adds tests for checking DECIMAL types #95

Closed yliuuuu closed 3 months ago

yliuuuu commented 1 year ago

Issue #71

Description of changes:

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

RCHowell commented 1 year ago

Could you briefly explain the rules for DECIMAL type and IS operator? How to lower-scale and lower-precision values compare with high-scale and/or high-precision types and visa-versa. Thank you for adding these tests.