+1 (binding) I checked the following things:
- all links are valid. - incubating in the name. - LICENSE looks good. - NOTICE looks good. - DISCLAIMER exists. - the source tarball ships changelog under `docs/changelog/v1.6.0-incubating.md` - signatures are good. ``` gpg --import KEYS gpg --verify apache-kyuubi-1.6.0-incubating-bin.tgz.asc gpg --verify apache-kyuubi-1.6.0-incubating-source.tgz.asc ``` - checksums are good. ``` sha512sum --check apache-kyuubi-1.6.0-incubating-bin.tgz.sha512 sha512sum --check apache-kyuubi-1.6.0-incubating-source.tgz.sha512 ``` - build success from source code (ubuntu 22.04, openjdk-8). ``` build/dist --tgz --spark-provided --hive-provided --flink-provided ``` - kyuubi spark tpcds connector works as expected https://github.com/housepower/spark-clickhouse-connector/pull/184 Thanks, Cheng Pan On Sat, Aug 27, 2022 at 12:49 PM Nicholas <programg...@163.com> wrote: > > Hello Apache Kyuubi PPMC and Community, > > > > > Please vote on releasing the following candidate as > > Apache Kyuubi (Incubating) version v1.6.0-incubating. > > > > > The VOTE will remain open for at least 72 hours. > > > > > [ ] +1 Release this package as Apache Kyuubi v1.6.0-incubating > > [ ] +0 > > [ ] -1 Do not release this package because ... > > > > > To learn more about Apache Kyuubi (Incubating), please see > > https://kyuubi.apache.org/ > > > > > The tag to be voted on is v1.6.0-incubating-rc0 (commit > 151e2c2ead5612b1b75fea497dbbcce40d95d9e7): > > https://github.com/apache/incubator-kyuubi/tree/v1.6.0-incubating-rc0 > > > > > The release files, including signatures, digests, etc. can be found at: > > https://dist.apache.org/repos/dist/dev/incubator/kyuubi/v1.6.0-incubating-rc0/ > > > > > Signatures used for Kyuubi RCs can be found in this file: > > https://downloads.apache.org/incubator/kyuubi/KEYS > > > > > The staging repository for this release can be found at: > > https://repository.apache.org/content/repositories/orgapachekyuubi-1021/ > > > > > The release note is available in: > > https://github.com/apache/incubator-kyuubi/blob/master/docs/changelog/v1.6.0-incubating.md > > > > > Thanks, > > On behalf of Apache Kyuubi(Incubating) community