You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Motivation
I am looking into why builds are not reproducible and I was investigating this project v1.0.0. I was not able to reproduce the artifact paimon-format-1.0.0-sources.jar because it seems it has one file, org/apache/parquet/filter2/compat/, less than the reference version on Maven central. Maybe I am missing something from build command that the scripts are using as Hervė suggests?
The mvn command that the scripts run:
This is possible if git checkout deletes all files in a certain directory. git does not track directory but they are on the filesystem and hence they are compressed into the archive. I am assuming that during the release the empty directory org/apache/parquet/filter2/compat/ existed on filesystem.
Search before asking
Motivation
I am looking into why builds are not reproducible and I was investigating this project
v1.0.0
. I was not able to reproduce the artifactpaimon-format-1.0.0-sources.jar
because it seems it has one file,org/apache/parquet/filter2/compat/
, less than the reference version on Maven central. Maybe I am missing something from build command that the scripts are using as Hervė suggests?The
mvn
command that the scripts run:First line is specific to this project and the second line is specific to verifying the artifacts generated.
Solution
No response
Anything else?
This PR is related to #3719 and all preceding PRs related to reproducibility. I hope this is the right template to ask for such kind of help :)
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: