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

Full support of operator IS NOT DISTINCT FROM <=> #54499

Open
vdimir opened this issue Sep 11, 2023 · 2 comments
Open

Full support of operator IS NOT DISTINCT FROM <=> #54499

vdimir opened this issue Sep 11, 2023 · 2 comments
Assignees
Labels
easy task Good for first contributors feature

Comments

@vdimir
Copy link
Member

vdimir commented Sep 11, 2023

We recently added support of <=> operator for null-safe comparison on JOIN ON section. However, it's not implemented in SELECT list.
To do that we need to implement https://github.com/ClickHouse/ClickHouse/blob/61f0683f1cfe21566f363703221fa17e80902b87/src/Functions/isNotDistinctFrom.h function.

There're several options:

@irenjj
Copy link
Contributor

irenjj commented Sep 11, 2023

Can I take this?

@vdimir
Copy link
Member Author

vdimir commented Sep 11, 2023

@irenjj

Sure, it'll be really appreciated. If you have any questions during implementation, feel free to reach out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy task Good for first contributors feature
Projects
None yet
Development

No branches or pull requests

2 participants