-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Minor: Add array / array sqllogic tests for array_contains
#6771
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Is there any idea to do something similar with math, string, time functions? 🤔 |
We should for sure -- I wonder if we can leverage existing .slt files (from sqllite, for example). It would be a good thing / gap to track with tickets |
6be5869
to
dd40420
Compare
array_contains
array_contains
|
||
# array_contains array | ||
|
||
statement ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better to test nested arrays even more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in eb6e88f
Which issue does this PR close?
Related to #6709
Rationale for this change
While reviewing #6618 I felt there was a gap in coverage:
What changes are included in this PR?
tests for array functions on array functions
Are these changes tested?
Are there any user-facing changes?