László Pintér created HIVE-26157:
------------------------------------

             Summary: Change Iceberg storage handler authz URI to metadata 
location
                 Key: HIVE-26157
                 URL: https://issues.apache.org/jira/browse/HIVE-26157
             Project: Hive
          Issue Type: Improvement
            Reporter: László Pintér
            Assignee: László Pintér


In HIVE-25964, the authz URI has been changed to "iceberg://db.table".

It is possible to set the metadata pointers of table A to point to table B, and 
therefore you could read table B's data via querying table A.
{code:sql}
alter table A set tblproperties 
('metadata_location'='/path/to/B/snapshot.json', 
'previous_metadata_location'='/path/to/B/prev_snapshot.json');  {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to