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

[Rust][Datafusion] Implement nullif() function for DataFusion #26319

Closed
asfimport opened this issue Oct 17, 2020 · 2 comments
Closed

[Rust][Datafusion] Implement nullif() function for DataFusion #26319

asfimport opened this issue Oct 17, 2020 · 2 comments

Comments

@asfimport
Copy link
Collaborator

Here is the common definition of NULLIF() function:

https://www.w3schools.com/sql/func_sqlserver_nullif.asp

 

Among other uses, it is used to protect denominators from divide by 0 errors.

We have implemented it at UrbanLogiq and would like to contribute this back.

Reporter: Evan Chan / @velvia
Assignee: Evan Chan / @velvia

PRs and other links:

Note: This issue was originally created as ARROW-10330. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Jorge Leitão / @jorgecarleitao:
Good idea. (y)

I moved this to 3.0.0 to not block the 2.0.0 release.

@asfimport
Copy link
Collaborator Author

Neville Dipale / @nevi-me:
Issue resolved by pull request 8688
#8688

@asfimport asfimport added this to the 3.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant