jonvex commented on code in PR #11131:
URL: https://github.com/apache/hudi/pull/11131#discussion_r1594348426


##########
hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieNativeAvroHFileReader.java:
##########
@@ -265,7 +263,7 @@ private HFileReader newHFileReader() throws IOException {
     if (path.isPresent()) {
       HoodieStorage storage = HoodieStorageUtils.getStorage(path.get(), conf);
       fileSize = storage.getPathInfo(path.get()).getLength();
-      inputStream = new HadoopSeekableDataInputStream((FSDataInputStream) 
storage.open(path.get()));
+      inputStream = storage.openSeekable(path.get());

Review Comment:
   Will discuss with you



-- 
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]

Reply via email to