[
https://issues.apache.org/jira/browse/HIVE-28908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-28908:
----------------------------------
Component/s: Query Planning
(was: Query Processor)
> From clause supports catalog.db.tbl pattern
> -------------------------------------------
>
> Key: HIVE-28908
> URL: https://issues.apache.org/jira/browse/HIVE-28908
> Project: Hive
> Issue Type: Sub-task
> Components: Query Planning
> Reporter: Butao Zhang
> Priority: Major
> Labels: pull-request-available
>
> For example, we can query a iceberg table by the{color:#FF0000}
> catalog.db.tbl{color} pattern:
> {code:java}
> // The catalog of hive can be the HMS native catalog or other external
> catalog(rest)
> select * from hive.testicedb.testice;{code}
>
> For the iceberg metadata table, we can use the{color:#FF0000}
> catalog.db.tbl.meta{color} pattern
> {code:java}
> select * from hive.testicedb.testice.history;{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)