Skip to content
New issue

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

macro test_expect_column_distinct_values_to_be_in_set returns false positive #33

Closed
Pegspeterson opened this issue Apr 7, 2021 · 2 comments · Fixed by #34
Closed

macro test_expect_column_distinct_values_to_be_in_set returns false positive #33

Pegspeterson opened this issue Apr 7, 2021 · 2 comments · Fixed by #34
Assignees
Labels
bug Something isn't working

Comments

@Pegspeterson
Copy link

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

@clausherther clausherther self-assigned this Apr 8, 2021
@clausherther
Copy link
Contributor

Good eye @Pegspeterson, thanks for raising that issue. You're right, this line is wrong, will get that fixed!

@Pegspeterson
Copy link
Author

Thank you for the quick fix! I was able to validate and it now fails as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants