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

[Functions] Fix NULLIF panic on null #164

Merged
merged 1 commit into from
Mar 9, 2024
Merged

Conversation

ohaibbq
Copy link
Contributor

@ohaibbq ohaibbq commented Feb 6, 2024

closes #163

@codecov-commenter
Copy link

Codecov Report

Merging #164 (ea6620b) into main (961ce06) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #164   +/-   ##
=======================================
  Coverage   46.39%   46.40%           
=======================================
  Files          47       47           
  Lines       17828    17831    +3     
=======================================
+ Hits         8271     8274    +3     
  Misses       8111     8111           
  Partials     1446     1446           

Copy link
Owner

@goccy goccy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution !

@goccy goccy merged commit 6a17ac7 into goccy:main Mar 9, 2024
6 checks passed
@ohaibbq ohaibbq deleted the dan/nullif-panic branch March 28, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NULLIF panics when expr is null
3 participants