+1 I checked the following things: - signatures are good. ``` gpg --import KEYS gpg --verify apache-kyuubi-1.11.1-source.tgz.asc gpg --verify apache-kyuubi-1.11.1-bin.tgz.asc ``` - checksums are good. ``` sha512sum --check apache-kyuubi-1.11.1-source.tgz.sha512 sha512sum --check apache-kyuubi-1.11.1-bin.tgz.sha512 ``` - build success from source code. ``` ./build/dist --tgz --spark-provided --hive-provided --flink-provided --web-ui ``` - executed some simple SQL in Spark engine.
Cheng Pan <[email protected]> 于2026年3月13日周五 19:33写道: > > Hello Apache Kyuubi PMC and Community, > > Please vote on releasing the following candidate as > Apache Kyuubi v1.11.1. > > The VOTE will remain open for at least 72 hours. > > [ ] +1 Release this package as Apache Kyuubi v1.11.1 > [ ] +0 > [ ] -1 Do not release this package because ... > > To learn more about Apache Kyuubi, please see > https://kyuubi.apache.org/ > > The tag to be voted on is v1.11.1-rc1 (commit > 9cb85627665c7d6fa9d807debf29c3a4d5428811): > https://github.com/apache/kyuubi/tree/v1.11.1-rc1 > > The release files, including signatures, digests, etc. can be found at: > https://dist.apache.org/repos/dist/dev/kyuubi/v1.11.1-rc1/ > > Signatures used for Kyuubi RCs can be found in this file: > https://downloads.apache.org/kyuubi/KEYS > > The staging repository for this release can be found at: > https://repository.apache.org/content/repositories/orgapachekyuubi-1065/ > > The commit list since the latest released version: > https://github.com/apache/kyuubi/compare/v1.11.0...v1.11.1-rc1 > > Thanks, > On behalf of Apache Kyuubi community > > >
