jackjlli commented on issue #5944: URL: https://github.com/apache/incubator-pinot/issues/5944#issuecomment-683248120
The purpose of having revision and sha1 is to have the ability to specify the internal published version of Pinot. By default the revision value is the next release version (like `0.5.0`) and the sha1 value is `-SNAPSHOT`. In LinkedIn, we leverage this to change the version to an internal release (like `0.5.0-dev-12345`) and then publish the release to internal artifactory. I actually have a PR which moves to natural pom versions: https://github.com/apache/incubator-pinot/pull/5840 but the logic is mixed with migrating the publication. I can split that out to a separate PR. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
