lidavidm commented on code in PR #39215: URL: https://github.com/apache/arrow/pull/39215#discussion_r1427138620
########## 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: What we might want is to add this to CI somewhere (or possibly the release verification process) so we can make sure it stays working. -- 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]
