You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/03/30 08:39:00 UTC

[jira] [Commented] (IMPALA-11908) Iceberg Metadata querying parser change

    [ https://issues.apache.org/jira/browse/IMPALA-11908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17706774#comment-17706774 ] 

ASF subversion and git services commented on IMPALA-11908:
----------------------------------------------------------

Commit 3b3acd5c08c55258a9f5bc72fff2ac991ef977cd in impala's branch refs/heads/master from Tamas Mate
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=3b3acd5c0 ]

IMPALA-11908: Parser change for Iceberg metadata querying

This change extends parsing table references with Iceberg metadata
tables. The TableName class has been extended with an extra vTbl field
which is filled when a virtual table reference is suspected. This
additional field helps to keep the real table in the statement table
cache next to the virtual table, which should be loaded so Iceberg
metadata tables can be created.

Iceberg provides a rich API to query metadata, these Iceberg API tables
are accessible through the MetadataTableUtils class. Using these table
schemas it is possible to create an Impala table that can be queried
later on.

Querying a metadata table at this point is expected to throw a
NotImplementedException.

Testing:
 - Added E2E test to test it for some tables.

Change-Id: I0b5db884b5f3fecbd132fcb2c2cbd6c622ff965b
Reviewed-on: http://gerrit.cloudera.org:8080/19483
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Iceberg Metadata querying parser change
> ---------------------------------------
>
>                 Key: IMPALA-11908
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11908
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: Tamas Mate
>            Assignee: Tamas Mate
>            Priority: Major
>
> As a first step the parser should accept database_name.table_name.metadata_table_name referrals to metadata tables.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org