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
I think that the final where clause in macro test_expect_column_distinct_values_to_be_in_set should be where s.value_field is null
not where v.value_field is null
The text was updated successfully, but these errors were encountered:
Good eye @Pegspeterson, thanks for raising that issue. You're right, this line is wrong, will get that fixed!
Sorry, something went wrong.
Fixes set logic, closes #33
6b0d84e
Thank you for the quick fix! I was able to validate and it now fails as expected.
clausherther
Successfully merging a pull request may close this issue.
I think that the final where clause in macro test_expect_column_distinct_values_to_be_in_set
should be
where
s.value_field is null
not
where
v.value_field is null
The text was updated successfully, but these errors were encountered: