apache / orc

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

ORC-1585: [C++] Add orc-format_ep as a dependency of orc #1745

Closed ffacs closed 10 months ago

ffacs commented 10 months ago

What changes were proposed in this pull request?

Makes orc-format_ep a dependency of orc

Why are the changes needed?

Building breaks if make orc-format_ep or make have not been run.

How was this patch tested?

mkdir build && cd build && cmake .. -DBUILD_JAVA=OFF && make orc-scan -j 100 success

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

No

wgtmac commented 10 months ago

Thanks for the fix! Could you create a JIRA for this?

ffacs commented 10 months ago

Thanks for the fix! Could you create a JIRA for this?

done