Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 3, 2026

What changes were proposed in this pull request?

This PR aims to use Java InputStream.skipNBytes instead of IOUtils.skipFully.

- IOUtils.skipFully(input, numSkipRows);
+ input.skipNBytes(numSkipRows);

Why are the changes needed?

Java 12+ supports skipNBytes natively. We had better use this simple style.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun dongjoon-hyun added this to the 3.0.0 milestone Jan 3, 2026
@github-actions github-actions bot added the JAVA label Jan 3, 2026
@dongjoon-hyun
Copy link
Member Author

Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the ORC-2048 branch January 3, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant