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

fix: encode should work with non-UTF-8 binaries #14087

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

mesejo
Copy link
Contributor

@mesejo mesejo commented Jan 11, 2025

Which issue does this PR close?

Closes #14055.

Rationale for this change

N/A

What changes are included in this PR?

N/A

Are these changes tested?

Yes

Are there any user-facing changes?

No

@github-actions github-actions bot added sqllogictest SQL Logic Tests (.slt) functions labels Jan 11, 2025
@mesejo mesejo changed the title fix: fix: encode should work with non-UTF-8 binaries Jan 11, 2025
@mesejo mesejo marked this pull request as ready for review January 11, 2025 15:56
@Omega359
Copy link
Contributor

LGTM, thanks!

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.

@alamb alamb merged commit 5fa8b3b into apache:main Jan 16, 2025
25 checks passed
@alamb
Copy link
Contributor

alamb commented Jan 16, 2025

🚀

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

Successfully merging this pull request may close these issues.

encode(..., "hex") errors on non-UTF-8 binaries since Datafusion v43
3 participants