alexeykudinkin commented on code in PR #4015:
URL: https://github.com/apache/hudi/pull/4015#discussion_r980506653
##########
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:
We need to reinstate this one
--
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]