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-642: update PatchedBase doc with patch ceiling in spec #1868

Closed Jefffrey closed 3 months ago

Jefffrey commented 3 months ago

What changes were proposed in this pull request?

Update PatchedBase specification doc to include details about the behaviour of padding the patch gap + patch width bits to nearest fixed btis.

Why are the changes needed?

Ensure spec is accurate to implementation details

How was this patch tested?

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

No

wgtmac commented 3 months ago

cc @dongjoon-hyun @deshanxiao

deshanxiao commented 3 months ago

Thanks @Jefffrey @wgtmac @dongjoon-hyun . Merged to main.