apache / orc

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

ORC-1100: Add vcpkg release document #1746

Closed deshanxiao closed 8 months ago

deshanxiao commented 8 months ago

What changes were proposed in this pull request?

This PR is aimed to add vcpkg document to note how to update vcpkg package when we release a new version.

Why are the changes needed?

To help release manager to release our latest package in vcpkg.

How was this patch tested?

N/A

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

No

deshanxiao commented 8 months ago

cc @dongjoon-hyun @wgtmac

deshanxiao commented 8 months ago

@dongjoon-hyun yes, I got the hash from the error message. From the vcpkg document, it recommand us to update it to zero and get the hash from error message too.

deshanxiao commented 8 months ago

For orc 1.9.2:

141afbd6d83b8c8032df071838e7da61eedb3d22289642f76669b6efd167d7550b200bd3542f012d0b63c9ae2572d83fcb1b7f76537b6fa6f980aebf37e2cde2

dongjoon-hyun commented 8 months ago

Thank you, @deshanxiao and all.

Merged to main/2.0. We can revise it later if needed.