jonvex commented on code in PR #11131:
URL: https://github.com/apache/hudi/pull/11131#discussion_r1594570213
##########
hudi-common/src/main/java/org/apache/hudi/common/util/ParquetUtils.java:
##########
@@ -100,7 +100,8 @@ public static ParquetMetadata
readMetadata(StorageConfiguration<?> conf, Storage
ParquetMetadata footer;
try {
// TODO(vc): Should we use the parallel reading version here?
- footer =
ParquetFileReader.readFooter(HadoopFSUtils.getFs(parquetFileHadoopPath.toString(),
conf).getConf(), parquetFileHadoopPath);
+ footer = ParquetFileReader.readFooter(HoodieStorageUtils.getStorage(
Review Comment:
in followup pr, make this method abstract in the base and throw not
implemented for orc utils
--
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]