apache / orc

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

ORC-1641: Remove `sourceFileExcludes ` from `maven-javadoc-plugin` #1831

Closed cxzl25 closed 7 months ago

cxzl25 commented 7 months ago

What changes were proposed in this pull request?

This PR aims to remove exclude OrcProto.java in the maven-javadoc-plugin.

Why are the changes needed?

In ORC2.X we use orc-format, so exclude no longer takes effect.

How was this patch tested?

GA

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

No

dongjoon-hyun commented 7 months ago

Merged to main/2.0 for Apache ORC 2.0. Thank you, @cxzl25 .