You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/26 21:31:25 UTC

[GitHub] [hudi] nsivabalan commented on a diff in pull request #4015: [HUDI-2780] Fix the issue of Mor log skipping complete blocks when reading data

nsivabalan commented on code in PR #4015:
URL: https://github.com/apache/hudi/pull/4015#discussion_r980521536


##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/HoodieLogFileReader.java:
##########
@@ -287,7 +288,6 @@ private boolean isBlockCorrupted(int blocksize) throws IOException {
       // This seek is required because contract of seek() is different for naked DFSInputStream vs BufferedFSInputStream
       // release-3.1.0-RC1/DFSInputStream.java#L1455
       // release-3.1.0-RC1/BufferedFSInputStream.java#L73
-      inputStream.seek(currentPos);

Review Comment:
   oops. I missed to push out my local change. will fix it. 



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org