-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support "IS [NOT] UNKNOWN" syntax #3195
Comments
@sarahyurick are you currently working on this (or interested in it) (was wondering whether I can pick it up as my first contribution)? Also quick question (to both you and @andygrove), I was briefly looking into the implementation of |
Sure, go for it! Feel free to tag me when you open the PR, too.
From what I understand, In my current PR #3189, |
Thanks a lot for your answer @sarahyurick! Really happy to work on it (I'll probably wait for #3189 to be merged first to send the PR, so we can reduce the number of conflicts). |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Similar to the issues regarding "IS NOT TRUE/FALSE" (#2265) and "IS TRUE/FALSE" (#3159), we should also support the "IS [NOT] UNKNOWN" boolean operator as well. Here is the Postgres documentation about how it works: https://www.postgresql.org/docs/current/functions-comparison.html
Describe the solution you'd like
This should be possible now that apache/datafusion-sqlparser-rs#583 has been merged. I believe the implementation should be similar to the one in #3189
Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: