jbonofre commented on code in PR #39215: URL: https://github.com/apache/arrow/pull/39215#discussion_r1426151802
########## java/format/pom.xml: ########## @@ -23,6 +23,10 @@ <name>Arrow Format</name> <description>Generated Java files from the IPC Flatbuffer definitions.</description> + <properties> + <project.build.outputTimestamp>2023-12-13T00:00:00Z</project.build.outputTimestamp> + </properties> Review Comment: You are right for the check: mvn clean install and then mvn clean verify artifact:compare do a check. This PR ensures we have reproducible build, not meaning that some module are not ok already (AFAIR, flight and algorithm were not reproducible). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
