partiql / partiql-tests

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

Fix some more SQL set op + PartiQL bag op tests #121

Closed alancai98 closed 3 weeks ago

alancai98 commented 1 month ago

Issue #, if available:

Description of changes:

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

alancai98 commented 1 month ago

From offline discussion, decided we shall allow for LIMIT, OFFSET, and ORDER BY to be applied to outer bag ops. And also modify the coercion logic for NULL and MISSING (i.e. wrap the absent value in a bag rather than empty bag). I will update the PR to reflect those changes.