[
https://issues.apache.org/jira/browse/IMPALA-10153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17213977#comment-17213977
]
Shant Hovsepian commented on IMPALA-10153:
------------------------------------------
[~gaborkaszab] yes it looked tricky. One thing I'd consider is doing a quick
survey or design doc just so we don't invent another slightly different syntax.
For example Delta with SparkSQL uses "DESCRIBE HISTORY"
[https://docs.delta.io/latest/delta-utility.html#describe-history]
Iceberg in SparkSQL uses select * from table.history.
Iceberg with Presto is using a special string in the in the identifier instead
of overloading the path/dot ( '.' ) qualifier select * from 'table.history'
[https://github.com/prestosql/presto/blob/master/presto-iceberg/README.md#rolling-back-to-a-previous-snapshot]
It would be nice to have some consistent syntax and functionality.
> Support time travel for Iceberg tables
> --------------------------------------
>
> Key: IMPALA-10153
> URL: https://issues.apache.org/jira/browse/IMPALA-10153
> Project: IMPALA
> Issue Type: New Feature
> Reporter: Zoltán Borók-Nagy
> Assignee: Gabor Kaszab
> Priority: Major
> Labels: impala-iceberg
>
> Iceberg tables support snapshots/data versioning/time travel.
> It means we can query an older version of the table.
> Probably we'll need to extend Impala's SQL syntax to support such queries
> (Hive will also support such queries, so we should use the same syntax).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]