[ 
https://issues.apache.org/jira/browse/HIVE-26358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Vary updated HIVE-26358:
------------------------------
    Description: 
The query returns data for the table instead of the metadata table

{code}
SELECT * FROM default.source.history;
{code}
Returns:
{code}
5 Alice Green_2
3 Alice Green_0
4 Alice Green_1
0 Alice Brown
1 Bob Green
2 Trudy Pink
6 Alice Green_3
{code}

  was:The query returns data for the table instead of the metadata table


> Querying metadata tables does not work for Iceberg tables using HADOOP_TABLE
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-26358
>                 URL: https://issues.apache.org/jira/browse/HIVE-26358
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Peter Vary
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The query returns data for the table instead of the metadata table
> {code}
> SELECT * FROM default.source.history;
> {code}
> Returns:
> {code}
> 5 Alice Green_2
> 3 Alice Green_0
> 4 Alice Green_1
> 0 Alice Brown
> 1 Bob Green
> 2 Trudy Pink
> 6 Alice Green_3
> {code}



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

Reply via email to