apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

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

Closed wgtmac closed 3 weeks ago

wgtmac commented 3 weeks ago

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 commented 3 weeks ago

@gszadovszky Could you help review this? Thanks!