Re: Hive query with join of Iceberg table and Hive table

2021-03-12 Thread Edgar Rodriguez
Great! Thanks Peter for letting me know. I'll take a look. Best, On Fri, Mar 12, 2021 at 10:14 AM Peter Vary wrote: > Hi Edgar, > > You might want to take a look at this: > https://github.com/apache/iceberg/pull/2329 > > The PR aims to update Hive table statistics to the HiveCatalog when any >

Re: Hive query with join of Iceberg table and Hive table

2021-03-12 Thread Peter Vary
Hi Edgar, You might want to take a look at this: https://github.com/apache/iceberg/pull/2329 The PR aims to update Hive table statistics to the HiveCatalog when any change to the table is committed. This solves the issue with the upstream Hive code,