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

GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path #3038

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

wgtmac
Copy link
Member

@wgtmac wgtmac commented Oct 30, 2024

Rationale for this change

EncryptionPropertiesHelper has been changed to use java.nio.file.Path but the file: URI will fail on Windows.

See #3029 for detail.

What changes are included in this PR?

Change EncryptionPropertiesHelper not to use java.nio.file.Path.

Are these changes tested?

Pass CI.

Are there any user-facing changes?

No

Closes #3029

@wgtmac
Copy link
Member Author

wgtmac commented Oct 31, 2024

@gszadovszky Could you help review this? Thanks!

@wgtmac wgtmac added this to the 1.15.0 milestone Oct 31, 2024
@wgtmac wgtmac merged commit d2128af into apache:master Nov 1, 2024
9 checks passed
@Fokko Fokko modified the milestones: 1.15.0, 1.14.4 Nov 4, 2024
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.

Path parsing error in ParquetWriter on Windows
3 participants