partiql / partiql-tests

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

Fix MOD function data type mismatch tests #103

Closed alancai98 closed 1 year ago

alancai98 commented 1 year ago

Fixes some MOD function data type mismatch tests. Tests should have returned MISSING in permissive/coerce typing mode and errored in strict/error typing mode.

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