wgtmac commented on issue #3029:
URL: https://github.com/apache/parquet-java/issues/3029#issuecomment-2439607523
@martin-frydl Have you tried to use `Path file = new Path(out.parquet");`
instead of `Path file = new Path(new File("out.parquet").toURI());`. I debugged
it a little bit. It seems that `File.toURI()` prepends the `file:/` prefix.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]