+1 (binding) src package: - verified checksum and signature - checked for LICENSE and NOTICE - rat check passed
binary package: - verified checksum and signature - ingested sample dataset, ran some queries docker: - ingested sample dataset, ran some queries On Tue, Jul 29, 2025 at 6:16 AM Lucas Capistrant <capistrant.lu...@gmail.com> wrote: > Hi all, > > I have created a build for Apache Druid 34.0.0, release candidate 1. > > Thanks for everyone who has helped contribute to the release! You can read > the proposed release notes here: > https://github.com/apache/druid/pull/18231 > > The release candidate has been tagged in GitHub as > druid-34.0.0-rc1 (24551e44359e7a1283997135d73bf4496fb54850), > available here: > https://github.com/apache/druid/releases/tag/druid-34.0.0-rc1 > > The artifacts to be voted on are located here: > https://dist.apache.org/repos/dist/dev/druid/34.0.0-rc1/ > > A staged Maven repository is available for review at: > https://repository.apache.org/content/repositories/orgapachedruid-1088/ > > Staged druid.apache.org website documentation is available here: > https://druid.staged.apache.org/docs/34.0.0/design > > A Docker image containing the binary of the release candidate can be > retrieved via: > docker pull apache/druid:34.0.0-rc1 > > artifact checksums > src: > > 4ebaa4ff6bd8db7482604fa66a23850c7fe5c51333bdeb330a7db0dce33131926a9c87d5aa25ebbf5ee21bbbe70e1c706d3a77a7b171edf5d78b99e31752dc1f > bin: > > cf17b81f9d06e6d28d24ea9dc68fc1414cb6ad273c62160890e78d1c12afec7965a4a5c93e9567f172bc7adcf450d2953a6baaa99e0b1fcb555ca2024ef57aff > docker: > sha256:a576b0f4954f026112db7d27d944a6487a3e51ee26e17bf9ae1fb928251c539c > > Release artifacts are signed with the following key: > https://people.apache.org/keys/committer/capistrant.asc > > This key and the key of other committers can also be found in the project's > KEYS file here: > https://dist.apache.org/repos/dist/release/druid/KEYS > > (If you are a committer, please feel free to add your own key to that file > by following the instructions in the file's header.) > > > Verify checksums: > diff <(shasum -a512 apache-druid-34.0.0-src.tar.gz | \ > cut -d ' ' -f1) \ > <(cat apache-druid-34.0.0-src.tar.gz.sha512 ; echo) > > diff <(shasum -a512 apache-druid-34.0.0-bin.tar.gz | \ > cut -d ' ' -f1) \ > <(cat apache-druid-34.0.0-bin.tar.gz.sha512 ; echo) > > Verify signatures: > gpg --verify apache-druid-34.0.0-src.tar.gz.asc \ > apache-druid-34.0.0-src.tar.gz > > gpg --verify apache-druid-34.0.0-bin.tar.gz.asc \ > apache-druid-34.0.0-bin.tar.gz > > Please review the proposed artifacts and vote. Note that Apache has > specific requirements that must be met before +1 binding votes can be cast > by PMC members. Please refer to the policy at > http://www.apache.org/legal/release-policy.html#policy for more details. > > As part of the validation process, the release artifacts can be generated > from source by running: > mvn clean install -Papache-release,dist -Dgpg.skip > > The RAT license check can be run from source by: > mvn apache-rat:check -Prat > > This vote will be open for at least 72 hours. The vote will pass if a > majority of at least three +1 PMC votes are cast. > > [ ] +1 Release this package as Apache Druid 34.0.0 > [ ] 0 I don't feel strongly about it, but I'm okay with the release > [ ] -1 Do not release this package because... > > Thanks! >