Skip to content

Move coalesce function from math to core #10201

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

Merged
merged 2 commits into from
Apr 24, 2024
Merged

Conversation

xxxuuu
Copy link
Contributor

@xxxuuu xxxuuu commented Apr 23, 2024

Which issue does this PR close?

closes #10174

Rationale for this change

The current location of the coalesce function isn't really the best place for it.

What changes are included in this PR?

Move coalesce function from math to core

Are these changes tested?

All unit tests, sqllogictests and integration tests have passed.

Are there any user-facing changes?

No.

@xxxuuu xxxuuu marked this pull request as ready for review April 23, 2024 15:31
@alamb
Copy link
Contributor

alamb commented Apr 23, 2024

Thank you for the contribution @xxxuuu ❤️

@alamb
Copy link
Contributor

alamb commented Apr 23, 2024

Hi @xxxuuu -- it looks like there is a small CI failure -- https://github.com/apache/datafusion/actions/runs/8803139105/job/24166156315?pr=10201

Signed-off-by: xxxuuu <[email protected]>
@xxxuuu
Copy link
Contributor Author

xxxuuu commented Apr 24, 2024

it looks like there is a small CI failure

Thank. I have fixed it!

@xxxuuu xxxuuu requested a review from alamb April 24, 2024 00:16
Copy link
Contributor

@jayzhan211 jayzhan211 left a comment

Choose a reason for hiding this comment

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

👍

@jayzhan211 jayzhan211 merged commit fe268bc into apache:main Apr 24, 2024
23 checks passed
ccciudatu pushed a commit to hstack/arrow-datafusion that referenced this pull request Apr 26, 2024
* Move coalesce function from math to core

Signed-off-by: xxxuuu <[email protected]>

* Make `cargo doc` happy

Signed-off-by: xxxuuu <[email protected]>

---------

Signed-off-by: xxxuuu <[email protected]>
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.

Move coalesce function from math to core
3 participants