+1 (binding) I checked the following things:
- signatures are good. ``` gpg --import KEYS gpg --verify apache-kyuubi-1.8.0-source.tgz.asc gpg --verify apache-kyuubi-1.8.0-bin.tgz.asc ``` - checksums are good. ``` sha512sum --check apache-kyuubi-1.8.0-source.tgz.sha512 sha512sum --check apache-kyuubi-1.8.0-bin.tgz.sha512 ``` - build success from source code. ``` ./build/dist --tgz --spark-provided --hive-provided --flink-provided ``` - executed some simple SQL in Spark engine. Cheng Pan <pan3...@gmail.com> 于2023年11月6日周一 10:37写道: > > Additionally, I verified TPC-DS connectors built against Scala 2.12/2.13 via > [1] > > [1] https://github.com/housepower/spark-clickhouse-connector/pull/277 > > Thanks, > Cheng Pan > > > > On Nov 6, 2023, at 10:24, Cheng Pan <pan3...@gmail.com> wrote: > > > > +1 (binding) > > > > I checked: > > > > - signatures are good. > > ``` > > wget https://downloads.apache.org/kyuubi/KEYS > > gpg --import KEYS > > gpg --verify apache-kyuubi-1.8.0-source.tgz.asc > > gpg --verify apache-kyuubi-1.8.0-bin.tgz.asc > > ``` > > > > - checksums are good. > > ``` > > sha512sum --check apache-kyuubi-1.8.0-source.tgz.sha512 > > sha512sum --check apache-kyuubi-1.8.0-bin.tgz.sha512 > > ``` > > > > - build success from source code. > > ``` > > build/dist --tgz --web-ui --spark-provided --flink-provided --hive-provided > > ``` > > > > - Randomly clicking UI, the functionalities work as expected. > > > > - Spark Live UI proxy works as expected. > > > > The verification is done on Ubuntu 22.04 (x86 platform) with OpenJDK > > 1.8.0_382 > > > > Thanks, > > Cheng Pan > > > > > >> On Nov 3, 2023, at 22:47, Cheng Pan <pan3...@gmail.com> wrote: > >> > >> Hello Apache Kyuubi PMC and Community, > >> > >> Please vote on releasing the following candidate as > >> Apache Kyuubi version v1.8.0. > >> > >> The VOTE will remain open for at least 72 hours. > >> > >> [ ] +1 Release this package as Apache Kyuubi v1.8.0 > >> [ ] +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.8.0-rc1 (commit > >> aaef532491f75891e00b30ce77ddd35145ced4b3): > >> https://github.com/apache/kyuubi/tree/v1.8.0-rc1 > >> > >> The release files, including signatures, digests, etc. can be found at: > >> https://dist.apache.org/repos/dist/dev/kyuubi/v1.8.0-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-1040/ > >> > >> The release note is available in: > >> https://github.com/apache/kyuubi/compare/v1.7.3...v1.8.0-rc1 > >> > >> Thanks, > >> On behalf of Apache Kyuubi community > >> > > >