Fokko commented on code in PR #3678:
URL: https://github.com/apache/parquet-java/pull/3678#discussion_r3934533934
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/util/HadoopInputFile.java:
##########
@@ -76,28 +106,38 @@ public static HadoopInputFile fromStatus(FileStatus stat,
Configuration conf) th
private HadoopInputFile(FileSystem fs, FileStatus stat, Configuration conf) {
this.fs = fs;
+ this.path = stat.getPath();
+ this.length = stat.getLen();
Review Comment:
Wouldn't this potentially already trigger a HEAD operation?
--
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]