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

2024-01-09 Thread Okumin
:37 | > | To | | > | Subject | Re: How to use `engine` introduced by HIVE-22046 | > Hi Butao, > > Thanks for sharing your PR! I didn't find trinodb/trino-hive-apache > or trinodb/hive-thrift. > > As mentioned in the PR, the current Thrift definitions might not be th

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

2024-01-07 Thread Butao Zhang
7984 Thanks, Butao Zhang Replied Message | From | Okumin | | Date | 8/20/2023 18:37 | | To | | | Subject | Re: How to use `engine` introduced by HIVE-22046 | Hi Butao, Thanks for sharing your PR! I didn't find trinodb/trino-hive-apache or trinodb/hive-thrift. As mentioned in th

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

2023-08-20 Thread Okumin
> definition of hms. > BTW, maybe we can change hms thrift file to make the 'engine' parameter > optional and then other customized thrift client will not have > compatibility issues. > > Thanks, > > Butao Zhang > > Replied Message > | From |

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

2023-08-10 Thread Butao Zhang
e | From | Okumin | | Date | 8/10/2023 23:41 | | To | | | Subject | How to use `engine` introduced by HIVE-22046 | 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, clie

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. - htt