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-1654: [C++] Count up EvaluatedRowGroupCount correctly. #1844

Closed ffacs closed 4 months ago

ffacs commented 4 months ago

What changes were proposed in this pull request?

Count up EvaluatedRowGroupCount correctly.

Why are the changes needed?

to fix https://github.com/apache/orc/issues/1829

How was this patch tested?

UT passed

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

No

dongjoon-hyun commented 4 months ago

Thank you for making a PR, @ffacs .

cc @wgtmac , @stiga-huang

wgtmac commented 4 months ago

cc @Smith-Cruise