martin-frydl commented on issue #3029: URL: https://github.com/apache/parquet-java/issues/3029#issuecomment-2443672047
@wgtmac Yes, but it does not help. The problem is that Path is "converted" into OutputFile [here](https://github.com/apache/parquet-java/blob/apache-parquet-1.13.1/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetWriter.java#L228): `HadoopOutputFile.fromPath(file, conf)` and then `file.getPath()` is [called](https://github.com/apache/parquet-java/blob/master/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetWriter.java#L390) which adds "file:" back. I see no way how to bypass this. -- 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]
