jnturton opened a new pull request, #2590: URL: https://github.com/apache/drill/pull/2590
# [DRILL-8158](https://issues.apache.org/jira/browse/DRILL-8158): Remove non-reproducible build outputs ## Description For context see [1] and [2]. The git-commit-id plugin includes information like build host, email and time which is not compatible with a reproducible build. Drill's built in sys.version table will return the build email and time if they are present in the build's git.properties file so these columns must be deprecated. Other useful Git-related information is retained. In accompanying commits, some Kerberos unit test fixes are applied, and the tests reenabled, and some updates to Release.md are included. [1] https://maven.apache.org/guides/mini/guide-reproducible-builds.html [2] https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.drill:drill-root ## Documentation Update the Query System Tables doc page. ## Testing Run `select * from sys.version`. Manually inspect git.properties file. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org