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-1673: Remove test packages `o.a.o.tools.[count|merge|sizes]` #1871

Closed dongjoon-hyun closed 6 months ago

dongjoon-hyun commented 6 months ago

What changes were proposed in this pull request?

This PR aims to remove test packages, o.a.o.tools.[count|merge|sizes], and move the test class to the parent directory.

Why are the changes needed?

Those test packages have no corresponding source package. In other words, the main code is implemented in o.a.o.tools package.

How was this patch tested?

Pass the CIs.

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

No.

dongjoon-hyun commented 6 months ago

Merged to main/2.0.