Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Dec 27, 2024
1 parent 587418c commit c11b009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class InLineFsDataInputStream extends FSDataInputStream {
private final long length;

public InLineFsDataInputStream(long startOffset, FSDataInputStream outerStream, long length) throws IOException {
super(outerStream.getWrappedStream());
super(outerStream);
this.startOffset = startOffset;
this.outerStream = outerStream;
this.length = length;
Expand Down

0 comments on commit c11b009

Please sign in to comment.