Skip to content

Move repeat, replace, split_part to datafusion_functions #9784

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 12 commits into from
Mar 24, 2024

Conversation

Omega359
Copy link
Contributor

Which issue does this PR close?

Closes #9783

Rationale for this change

As part of #9285 the repeat, replace and split_part functions should be migrated to the new datafusion-functions crate in the new structure

What changes are included in this PR?

Code, tests.

Are these changes tested?

Yes.

Are there any user-facing changes?

No

@github-actions github-actions bot added logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates labels Mar 24, 2024
@Omega359 Omega359 marked this pull request as ready for review March 24, 2024 17:31
Copy link
Contributor

@alamb alamb 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 @Omega359 for keeping the porting train moving along

@alamb alamb merged commit 1e4ddb6 into apache:main Mar 24, 2024
@Omega359 Omega359 deleted the feature/9783 branch March 29, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move repeat, replace, split_part to datafusion_functions
2 participants