-
Notifications
You must be signed in to change notification settings - Fork 316
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
feat: add isnull function #3360
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3360 +/- ##
==========================================
- Coverage 85.38% 84.97% -0.41%
==========================================
Files 889 891 +2
Lines 145477 145534 +57
==========================================
- Hits 124210 123662 -548
- Misses 21267 21872 +605 |
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.
Others LGTM, appreciate it @KKould 🚀
Thanks for your contribution! |
@KKould out of curiosity, and since there is no linked good first issue, I wonder how you found this project :D And welcome! You can browse other good first issue or start a discussion at the Discussions forum for anything you are interested in this project. |
I was a database employee and followed Greptime for a long time, but I am more interested in things related to SQL queries. I have not encountered many related issues before. |
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Implement the
isnull
function to find remaindersChecklist
Refer to a related PR or issue link
issue: #3355