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

Move levenshtein, uuid, overlay to datafusion-functions #9760

Merged
merged 11 commits into from
Mar 24, 2024

Conversation

Omega359
Copy link
Contributor

Which issue does this PR close?

Closes #9758

Rationale for this change

Function migration.

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 sql SQL Planner logical-expr Logical plan and expressions physical-expr Physical Expressions core Core DataFusion crate labels Mar 24, 2024
@Omega359 Omega359 marked this pull request as ready for review March 24, 2024 02:16
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 -- as always this looks great 🙏

@@ -75,6 +75,8 @@ log = { workspace = true }
md-5 = { version = "^0.10.0", optional = true }
regex = { version = "1.8", optional = true }
sha2 = { version = "^0.10.1", optional = true }
uuid = { version = "1.7", features = ["v4"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

I think technically this could be an optional depdendece (on string expressions) but since datafusion-core relies on uuid too. I'll try and clean it up as a follow on

Copy link
Contributor

Choose a reason for hiding this comment

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

@@ -660,11 +660,11 @@ enum ScalarFunction {
// 118 was ToTimestampNanos
// 119 was ArrayIntersect
// 120 was ArrayUnion
OverLay = 121;
// 121 was OverLay
Copy link
Contributor

Choose a reason for hiding this comment

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

wow we are pretty close to finishing this list 🤯

@alamb alamb merged commit 67e0bd3 into apache:main Mar 24, 2024
24 checks passed
@Omega359 Omega359 deleted the feature/9758 branch March 24, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate logical-expr Logical plan and expressions physical-expr Physical Expressions sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move levenshtein, uuid, overlay to datafusion-functions
2 participants