apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
682 stars 481 forks source link

ORC-1681: Remove redundant import statement in tests to fix checkstyle failures #1881

Closed dongjoon-hyun closed 5 months ago

dongjoon-hyun commented 5 months ago

What changes were proposed in this pull request?

This is a kind of follow-up of the following to remove redundant import statement in tests to fix checkstyle failure.

Why are the changes needed?

To recover CIs.

How was this patch tested?

Pass the CIs.

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

No.

dongjoon-hyun commented 5 months ago

Could you review this too, @williamhyun ?

williamhyun commented 5 months ago

Merged, will be closing this now.

dongjoon-hyun commented 5 months ago

Thank you so much, @williamhyun !