Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1740: Avoid the dump tool repeatedly parsing ColumnStatistics
### What changes were proposed in this pull request? This PR aims to avoid the dump tool repeatedly parsing ColumnStatistics. ### Why are the changes needed? `org.apache.orc.StripeStatistics#getColumnStatistics` always generates statistical information for all columns. When there are many columns, the parsing performance decreases. https://github.com/apache/orc/blob/c38e20d862ce19395558e092dd42033a000fe22d/java/core/src/java/org/apache/orc/StripeStatistics.java#L57-L66 ### How was this patch tested? local test and exist UT ### Was this patch authored or co-authored using generative AI tooling? No Closes #1972 from cxzl25/ORC-1740. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: William Hyun <william@apache.org>
- Loading branch information