apache / orc

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

ORC-1632: Add test for `count` command #1817

Closed cxzl25 closed 6 months ago

cxzl25 commented 6 months ago

What changes were proposed in this pull request?

Add unit test for count command of orc-tools.

Why are the changes needed?

Improve code test coverage and avoid regressions.

How was this patch tested?

Add UT.

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

No

dongjoon-hyun commented 6 months ago

I merged #1825 . Please rebase once more, @cxzl25 .

dongjoon-hyun commented 6 months ago

Merged to main/2.0. Thank you, @cxzl25 .