Hive CI / github user change

2023-08-10 Thread Zoltan Haindrich
Hey, For a long time hive-ci was adding comments/etc under my username on every PR; I've worked with infra(INFRA-24854) to get a PAT for one of their own users. I don't see any issues arising from this change - but wanted to let you know :) cheers, Zoltan OpenPGP_signature Description:

Re: How to use `engine` introduced by HIVE-22046

2023-08-10 Thread Butao Zhang
Hi, Okumin I have encountered this issue before, and the 'validWriteIdList' is also a incompatibility parameter. I have submit a PR in trino-hive-apache repo, and you can refer to https://github.com/trinodb/trino-hive-apache/pull/43 . IIUC, the 'engine' parameter is used to differentiate

[RESULT][VOTE] Release Apache Hive 4.0.0-beta-1 (Release Candidate 0)

2023-08-10 Thread Stamatis Zampetakis
Thanks to everyone who has tested the release candidate and given their comments and votes. The tally is as follows. 3 binding +1s: Stamatis Zampetakis Denys Kuzmenko Ayush Saxena 3 non-binding +1s: Zhihua Deng Sourabh Badhya Simhadri Govindappa No 0s or -1s. Therefore, I am delighted to

How to use `engine` introduced by HIVE-22046

2023-08-10 Thread Okumin
Hi Hive developers, I noticed HIVE-22046 introduced incompatibility to Metastore APIs while I'm testing integration between Hive 4 and other software. If I understand correctly, clients are currently required to additionally specify the engine name when they get or update column statistics. -

Re: [VOTE] Release Apache Hive 4.0.0-beta-1 (Release Candidate 0)

2023-08-10 Thread Ayush Saxena
+1(Binding) * Built from source * Verified checksums * Verified signatures * Verified no code diff between the git tag & source tar * Checked the NOTICE & LICENSE files. * Skimmed over HS2 UI * Deployed with Derby and tried some operations on ACID & Iceberg tables. Thanx Stamatis for driving the

Re: [VOTE] Release Apache Hive 4.0.0-beta-1 (Release Candidate 0)

2023-08-10 Thread Denys Kuzmenko
+1 * Verified signatures and checksum; * Checked binary content and successfully built from the source; * Skimmed through the release notes; * Initialized backend DB schema and launched HMS & HS2 locally; * Conducted basic checks via beeline: - Created a few ACID & Iceberg tables and loaded

Re: [VOTE] Release Apache Hive 4.0.0-beta-1 (Release Candidate 0)

2023-08-10 Thread Simhadri G
Hi Everyone, Thanks, Stamatis for driving the release. +1 (non-binding) Verified the following: * Download the source tarball, signature (.asc), and checksum (.sha512): OK * Import gpg keys: download KEYS and run gpg --import /path/to/downloaded/KEYS.txt -> Verify the signature by running:gpg

Re: [VOTE] Release Apache Hive 4.0.0-beta-1 (Release Candidate 0)

2023-08-10 Thread Sourabh Badhya
I was able to do the following with RC0 artifacts - * Verified checksum of sources and binaries. * Successfully built from source. * Successful metastore DB setup with Postgres. * Brought up HS2 and HMS successfully and ran CREATE, INSERT, SELECT, DROP queries for external tables and CREATE,