Hey folks, First time running release verification for datafusion-comet. I'm following the instructions here https://github.com/apache/datafusion-comet/blob/main/dev/release/verifying-release-candidates.md, and running on the latest main branch.
The script was not able to download the artifact from `dist.apache.org`. In fact, I don't see anything related to datafusion-comet under ` https://dist.apache.org/repos/dist/dev/datafusion/` Here's the log: ``` ➜ datafusion-comet git:(main) ./dev/release/verify-release-candidate.sh 0.6.0 1 ... + fetch_archive apache-datafusion-comet-0.6.0 + local dist_name=apache-datafusion-comet-0.6.0 + download_rc_file apache-datafusion-comet-0.6.0.tar.gz + download_dist_file apache-datafusion-comet-0.6.0-rc1/apache-datafusion-comet-0.6.0.tar.gz + curl --silent --show-error --fail --location --remote-name https://dist.apache.org/repos/dist/dev/datafusion/apache-datafusion-comet-0.6.0-rc1/apache-datafusion-comet-0.6.0.tar.gz curl: (22) The requested URL returned error: 404 + cleanup + '[' no = yes ']' + echo 'Failed to verify release candidate. See /var/folders/f1/3_vzsn7x1jq9hszb3z9y6f0m0000gn/T/datafusion-comet-0.6.0.XXXXX.3RlR7ejtd9 for details.' Failed to verify release candidate. See /var/folders/f1/3_vzsn7x1jq9hszb3z9y6f0m0000gn/T/datafusion-comet-0.6.0.XXXXX.3RlR7ejtd9 for details. ``` Please let me know if I'm missing something. Best, Kevin Liu On Fri, Feb 14, 2025 at 12:21 PM L. C. Hsieh <vii...@gmail.com> wrote: > +1 (binding) > > Verified on M4 Mac. > > Thanks Andy. > > On Fri, Feb 14, 2025 at 11:27 AM Andy Grove <andygrov...@gmail.com> wrote: > > > > Hi, > > > > I would like to propose a release of Apache DataFusion Comet version > 0.6.0. > > > > This release candidate is based on commit: > > b735f2debb983e96d8f4a8a948ef4d61f80f6bcb [1] > > The proposed release tarball and signatures are hosted at [2]. > > Pre-built jar files are available in a Maven staging repository [3]. > > The changelog is located at [4]. > > > > Please download, verify checksums and signatures, run the unit tests, and > > vote > > on the release. The vote will be open for at least 72 hours. > > > > Only votes from PMC members are binding, but all members of the community > > are > > encouraged to test the release and vote with "(non-binding)". > > > > The standard verification procedure is documented at > > > https://github.com/apache/datafusion-comet/blob/main/dev/release/verifying-release-candidates.md > > > > [ ] +1 Release this as Apache DataFusion Comet 0.6.0 > > [ ] +0 > > [ ] -1 Do not release this as Apache DataFusion Comet 0.6.0 because... > > > > Here is my vote: > > > > +1 > > > > [1]: > > > https://github.com/apache/datafusion-comet/tree/b735f2debb983e96d8f4a8a948ef4d61f80f6bcb > > [2]: > > > https://dist.apache.org/repos/dist/dev/datafusion/apache-datafusion-comet-0.6.0-rc1 > > [3]: > https://repository.apache.org/#nexus-search;quick~org.apache.datafusion > > [4]: > > > https://github.com/apache/datafusion-comet/blob/b735f2debb983e96d8f4a8a948ef4d61f80f6bcb/CHANGELOG.md > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@datafusion.apache.org > For additional commands, e-mail: dev-h...@datafusion.apache.org > >