Thank you for your excellent work. Francis!
+1 zhenchen (binding)
Ubuntu 22.04.5 LTS, jdk17.0.6, Gradle 8.14.4
* Checked checksums [1] OK
* All source files have ASF headers [2] OK
* Checked diff between repo and artifacts [3] OK
* No unexpected binary files [4] OK
* Built from git tag (7d36626) and run tests [5] OK
* Built from source artifacts and run tests [6] OK
[1] md5sum apache-calcite-avatica-1.28.0-src.tar.gz
[2] grep -RiL "Licensed to the Apache Software Foundation"
[3] diff -qr apache-calcite-avatica-1.28.0-src calcite-avatica
[4] find . -type f -exec file {} \; | grep -v text
[5] /root/tool/gradle-8.7/bin/gradle build
[6] /root/tool/gradle-8.7/bin/gradle build
Best,
Zhen Chen
At 2026-05-09 16:40:16, "Stamatis Zampetakis" <[email protected]> wrote:
>Ubuntu 22.04.5 LTS, jdk21.0.7, Gradle 8.14.4
>
> * Checked signatures and checksums OK
> * Checked diff between repo and artifacts OK (LICENSE differs but its
>known issue) [1]
> * Went over release note OK
> * Checked README, NOTICE, LICENSE OK
> * All source files have ASF headers OK [2]
> * No unexpected binary files OK [3]
> * Checked LICENSE, NOTICE, for avatica-core-1.28.0.jar in nexus [4] OK
> * Built from git tag and run tests OK [5]
> * Built from source artifacts and run tests [6] OK
>
>+1 zabetak (PMC member)
>
>Best,
>Stamatis
>
>[1] diff -qr apache-calcite-avatica-1.28.0-src apache-calcite-avatica-git
>[2] grep -RiL "Licensed to the Apache Software Foundation"
>[3] find . -type f -exec file {} \; | grep -v text
>[4]
>https://repository.apache.org/content/repositories/orgapachecalcite-1251/org/apache/calcite/avatica/avatica-core/1.28.0/
>[5] ./gradlew build
>[6] /opt/gradle/gradle-8.14.4/bin/gradle build
>
>
>On Fri, May 8, 2026 at 1:09 AM Francis Chuang <[email protected]> wrote:
>>
>> Hi all,
>>
>> I have created a build for Apache Calcite Avatica 1.28.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-avatica/blob/avatica-1.28.0-rc1/site/_docs/history.md
>>
>> The commit to be voted upon:
>> https://gitbox.apache.org/repos/asf?p=calcite-avatica.git;a=commit;h=7d3662669f9b8a267931496bdd254c8942f8d42f
>>
>> Its hash is 7d3662669f9b8a267931496bdd254c8942f8d42f
>>
>> Tag:
>> https://gitbox.apache.org/repos/asf?p=calcite-avatica.git;a=tag;h=refs/tags/avatica-1.28.0-rc1
>>
>> The artifacts to be voted on are located here:
>> https://dist.apache.org/repos/dist/dev/calcite/apache-calcite-avatica-1.28.0-rc1
>> (revision 84395)
>>
>> The hashes of the artifacts are as follows:
>> 865e68870ec90faab87477db4fd9b6fceb2751b037b2a3c5a8a48614a4571790a35f759c576d6d613b750e4277673197d84658aef0435aec4c4fc77619855e96
>> *apache-calcite-avatica-1.28.0-src.tar.gz
>>
>> A staged Maven repository is available for review at:
>> https://repository.apache.org/content/repositories/orgapachecalcite-1251/org/apache/calcite/
>>
>> Release artifacts are signed with the following key:
>> https://people.apache.org/keys/committer/francischuang.asc
>> https://www.apache.org/dist/calcite/KEYS
>>
>> To create the jars and test Apache Calcite Avatica: "gradle build
>> -Prelease -PskipSign".
>>
>> If you do not have a Java/Gradle environment available, you can run the
>> tests using docker. To do so, install docker and docker-compose, then
>> run "docker-compose run test" from the root of the directory.
>>
>> Please vote on releasing this package as Apache Calcite Avatica 1.28.0.
>>
>> The vote is open for the next 72 hours and passes if a majority of at
>> least three +1 PMC votes are cast.
>>
>> [ ] +1 Release this package as Apache Calcite Avatica 1.28.0
>> [ ] 0 I don't feel strongly about it, but I'm okay with the release
>> [ ] -1 Do not release this package because...
>>
>>
>> Here is my vote:
>>
>> +1 (binding)
>>
>> Francis