Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Fix Patched Base doc in specification
### What changes were proposed in this pull request? Fix patched base specification to state that only 5% of values are patched, not 10% ### Why are the changes needed? According to implementation: https://github.com/apache/orc/blob/0828c2ff114f30c84e4a23fd42ed58c6615c6f97/java/core/src/java/org/apache/orc/impl/RunLengthIntegerWriterV2.java#L535-L550 - Also 10% of 512 doesn't fit in max patch list length of 31 Also fix some formatting issues. Before: ![image](https://github.com/apache/orc/assets/22608443/69849f63-94f5-4da3-8338-70ef1dbc9ef5) After: ![image](https://github.com/apache/orc/assets/22608443/747cf944-9b3a-4367-b4f5-b6d8b2364f17) ### How was this patch tested? N/A ### Was this patch authored or co-authored using generative AI tooling? No Closes #1948 from Jefffrey/patched-base-doc-fix. Authored-by: Jefffrey <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information