Closed ajantha-bhat closed 1 month ago
@nk1506: Would you like to work on this?
Yes, I would like to contribute on this. Thanks @ajantha-bhat
As part of this I have couple of questions ? For IcebergTable we use TableType as EXTERNAL_TABLE as well as properties with TABLE_TYPE_PROP.
With View Support:
Please share your thoughts. CC: @ajantha-bhat , @jbonofre . Also tag the relevant people.
@deniskuzZ: Is there there something like this ongoing in the Hive codebase?
Please share your thoughts. CC: @ajantha-bhat , @jbonofre . Also tag the relevant people.
I think we can use VIRTUAL_VIEW
type to avoid adding custom properties to the table.
@pvary:
Thanks for commenting. I was about to tag you.
Since this is a change for HiveCatalog
(to extend BaseViewOperations
), I think it should be done in this repo?
As per my knowledge, only the integration code with Hive 4.x is kept in Hive codebase.
@ajantha-bhat: The question is whether the Hive 3 HMS API is enough for the integration, or not. I would prefer if it would be enough, but we should definitely try to involve the Hive developers too.
@deniskuzZ: Is there there something like this ongoing in the Hive codebase?
hi @pvary, we have iceberg MV backed by iceberg table support in Hive where query definitions are stored in HMS and data in Iceberg table: HIVE-26578, HIVE-27101 Currently investigating how we could compute the delta between snapshots for incremental MV rebuild.
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
Closed via https://github.com/apache/iceberg/pull/9852
similar to https://github.com/apache/iceberg/pull/7913/