Ubuntu 22.04.5 LTS, jdk1.8.0_421, Gradle wrapper, Gradle 8.7

 * Checked signatures and checksums OK
 * Checked diff between repo and artifacts OK
 * Went over release note OK (Minor comments at the end)
 * Checked README, NOTICE, LICENSE OK
 * All source files have ASF headers OK (grep -RiL "Licensed to the
Apache Software Foundation")
 * No unexpected binary files OK (find . -type f -exec file {} \; |
grep -v text)
 * Checked LICENSE, NOTICE for calcite-core-1.40.0.jar in nexus OK
 * Built from git tag and run tests (./gradlew build) OK
 * Built from source artifacts and run tests (gradle build) OK

CALCITE-6959 [1] and CALCITE-6961 [2] are breaking changes since they
add non-default methods in a widely used user facing interface so they
should be marked as such.

+1 zabetak (PMC member)

Best,
Stamatis

[1] https://issues.apache.org/jira/browse/CALCITE-6959
[2] https://issues.apache.org/jira/browse/CALCITE-6961



On Fri, May 23, 2025 at 6:44 PM Alessandro Solimando
<[email protected]> wrote:
>
> Hi all,
>
> I have created a build for Apache Calcite 1.40.0, release
> candidate 1.
>
> Thanks to everyone who has contributed to this release.
>
> You can read the release notes here:
> https://github.com/apache/calcite/blob/calcite-1.40.0-rc1/site/_docs/history.md
>
> The commit to be voted upon:
> https://gitbox.apache.org/repos/asf?p=calcite.git;a=commit;h=e2e77aaf172ce997b92a9e574b5fcf77a6dc297a
>
> Its hash is e2e77aaf172ce997b92a9e574b5fcf77a6dc297a
>
> Tag:
> https://github.com/apache/calcite/tree/calcite-1.40.0-rc1
>
> The artifacts to be voted on are located here:
> https://dist.apache.org/repos/dist/dev/calcite/apache-calcite-1.40.0-rc1
> (revision 77099)
>
> The hashes of the artifacts are as follows:
> d4a3b80a19ebb62b43b4e1169a6ad16c7874fd5e76c56d656562fcb6aec488a4cc007f433ae78cd29e03c40220914a7ba0985e445f3c966ca3083aafe524f735
> *apache-calcite-1.40.0-src.tar.gz
>
> A staged Maven repository is available for review at:
> https://repository.apache.org/content/repositories/orgapachecalcite-1247/org/apache/calcite/
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/asolimando.asc
> https://www.apache.org/dist/calcite/KEYS
>
> To create the jars and test Apache Calcite: "gradle build"
> (Requires an appropriate Gradle/JDK installation.)
>
> Please vote on releasing this package as Apache Calcite 1.40.0.
> Everyone is welcome to vote. Your vote should contain the line
> 'code name (role)', where
>   * 'code' is +1, 0 or -1 as below;
>   * 'name' is your ASF id if you have one, else your real name;
>   * 'role' is 'community', 'committer' or 'PMC member'.
>
> [ ] +1 Release this package as Apache Calcite 1.40.0
> [ ]  0 I don't feel strongly about it, but I'm okay with the release
> [ ] -1 Do not release this package because...
>
> The vote is open for the next ~4.5 days (closing at
> 2025-05-28T8:00:00Z) and passes if a majority of
> at least three +1 votes by PMC members are cast.
>
> NOTE: LICENSE file differs from that of git, it has been discussed in [1],
> it's not considered a blocker and CALCITE-7036 [2] has been filed to
> improve this aspect
>
> Here is my vote:
>
>   +1 asolimando (PMC member)
>
> Alessandro (release manager)
>
> [1]: https://lists.apache.org/thread/hfxqnm0xc8l5nzdbsm2fon91rw94t3to
> [2]: https://issues.apache.org/jira/browse/CALCITE-7036

Reply via email to