martin-frydl commented on issue #3029: URL: https://github.com/apache/parquet-java/issues/3029#issuecomment-2410413555
I can remote it when creating Path in example above (first line) but ParquetWriter will add it again. Before calling `Paths.get()` it calls `file.getPath()` [here](https://github.com/apache/parquet-java/blob/master/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetWriter.java#L390) -> `OutputFile.getPath()`. And this function will always add it to the returned string. -- 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]
