Add verification guide for parquet-java release#98
Add verification guide for parquet-java release#98raulcd wants to merge 3 commits intoapache:productionfrom
parquet-java release#98Conversation
Co-authored-by: Gang Wu <ustcwg@gmail.com>
| The command will output a summary, the list of files with their licenses and any file that does not contain a valid license header. | ||
|
|
||
| ``` | ||
| java -jar apache-rat-0.16.1/apache-rat-0.16.1.jar -a -d apache-parquet-1.15.0.tar.gz -e "\w+.avsc$|\w+\-2.parquet$|.gitignore|PULL_REQUEST_TEMPLATE.md" |
There was a problem hiding this comment.
We should probably add the excluded files to a .rat-excludes file: https://github.com/apache/iceberg/blob/main/dev/.rat-excludes
There was a problem hiding this comment.
Yes, I was having some issues integrating the .rat-excludes file with the rat-plugin on my original PR:
https://github.com/apache/parquet-java/pull/3101/files#r1876006229
We might want to do that once we update rat-plugin to use a single source for rat-excludes instead of listing exclusions on the pom.xml?
|
Should we merge this? Do you have any concern? @Fokko |
parquet-java release
|
Thanks for the ping @alamb , totally forgot about this.
|
Rationale for this change
There is currently no guide on how to verify. Having a guide will encourage people to verify the release.
This guide should also be linked on the Voting thread.
What changes are included in this PR?
Added documentation about how to verify.
Are these changes tested?
I've validated all steps localy
Closes apache/parquet-java#3091
(Maybe someone with permissions can move that issue to this repo :) )