apache / orc

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

ORC-1643: Add test for `scan` command #1833

Closed cxzl25 closed 4 months ago

cxzl25 commented 4 months ago

What changes were proposed in this pull request?

Add unit test for scan 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 4 months ago

Could you double-check the CI failures or re-trigger, @cxzl25 ?

dongjoon-hyun commented 4 months ago

I merged this, #1832. Maybe, rebasing to solve the failures?

dongjoon-hyun commented 4 months ago

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