partiql / partiql-tests

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

Change classification of a HAVING test #107

Closed alancai98 closed 1 year ago

alancai98 commented 1 year ago

There was a test (SELECT rep, SUM(total_sales) as total FROM sales_report HAVING rep = \"Meg\") that was previously classified as an evaluation fail. Should be classified as a static analysis fail.

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