wulei0302 commented on code in PR #6916:
URL: https://github.com/apache/hudi/pull/6916#discussion_r992194945
##########
hudi-common/src/main/java/org/apache/hudi/common/fs/inline/InLineFsDataInputStream.java:
##########
@@ -33,11 +33,11 @@
*/
public class InLineFsDataInputStream extends FSDataInputStream {
- private final int startOffset;
+ private final long startOffset;
private final FSDataInputStream outerStream;
private final int length;
- public InLineFsDataInputStream(int startOffset, FSDataInputStream
outerStream, int length) throws IOException {
+ public InLineFsDataInputStream(long startOffset, FSDataInputStream
outerStream, int length) throws IOException {
Review Comment:
As above
--
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]