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

Add support for Utf8View to string_to_array and array_to_string #13403

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Omega359
Copy link
Contributor

Which issue does this PR close?

Closes #13383

Rationale for this change

Completing support for Utf8View in all functions.

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 the sqllogictest SQL Logic Tests (.slt) label Nov 14, 2024
@Omega359 Omega359 marked this pull request as ready for review November 14, 2024 02:44
datafusion/functions-nested/src/string.rs Outdated Show resolved Hide resolved
datafusion/functions-nested/src/string.rs Outdated Show resolved Hide resolved
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.

👍

@Omega359
Copy link
Contributor Author

Do not merge - this PR does not properly handle largeutf8 and I want to try to refactor the code to reduce the # of lines of code

@alamb alamb marked this pull request as draft November 18, 2024 20:21
@alamb
Copy link
Contributor

alamb commented Nov 18, 2024

Converting to draft while @Omega359 makes the changes described in #13403 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Utf8View to array_to_string, string_to_array functions
4 participants