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

Zoltán Borók-Nagy resolved IMPALA-14825.
----------------------------------------
    Fix Version/s: Impala 5.0.0
       Resolution: Fixed

> Add syntactic sugar for Iceberg Row Lineage data
> ------------------------------------------------
>
>                 Key: IMPALA-14825
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14825
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: impala-iceberg
>             Fix For: Impala 5.0.0
>
>
> Currently Row Lineage fields can be queried by complex expressions:
>  * row-id
>  ** 
> {noformat}
> COALESCE(_file_row_id, ICEBERG__FIRST__ROW__ID + FILE__POSITION)
> {noformat}
>  * last-updated-sequence-number
>  ** 
> {noformat}
> COALESCE(_file_last_updated_sequence_number, ICEBERG__DATA__SEQUENCE__NUMBER)
> {noformat}
> We could add ICEBERG\_\_ROW\_\_ID and 
> ICEBERG\_\_LAST\_\_UPDATED\_\_SEQUENCE\_\_NUMBER virtual columns as 
> placeholders that would always get re-written during analysis.



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

Reply via email to