[
https://issues.apache.org/jira/browse/IMPALA-11116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Quanlong Huang updated IMPALA-11116:
------------------------------------
Fix Version/s: Impala 4.1.0
> DESCRIBE HISTORY should be parameterized
> ----------------------------------------
>
> Key: IMPALA-11116
> URL: https://issues.apache.org/jira/browse/IMPALA-11116
> Project: IMPALA
> Issue Type: Bug
> Components: Frontend
> Reporter: Zoltán Borók-Nagy
> Assignee: Tamas Mate
> Priority: Major
> Labels: impala-iceberg
> Fix For: Impala 4.1.0
>
>
> Currently DESCRIBE HISTORY lists the whole history of the table.
> This could be a very long list. It would be good if the statement had
> filtering capabilities.
> E.g.:
> {noformat}
> DESCRIBE HISTORY <table> BETWEEN <ts1> AND <ts2>;
> DESCRIBE HISTORY <table> FROM <ts>;
> {noformat}
> <ts> could be an expression that evaluates to a timestamp. E.g.:
> {noformat}
> DESCRIBE HISTORY <table> FROM now() - interval 1 days;{noformat}
> {{BETWEEN}}, {{AND}}, and {{FROM}} are keywords in the SQL standard already.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]