Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-2
Description
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.:
DESCRIBE HISTORY <table> BETWEEN <ts1> AND <ts2>; DESCRIBE HISTORY <table> FROM <ts>;
<ts> could be an expression that evaluates to a timestamp. E.g.:
DESCRIBE HISTORY <table> FROM now() - interval 1 days;
BETWEEN, AND, and FROM are keywords in the SQL standard already.
Attachments
Issue Links
- causes
-
IMPALA-11203 Build failure caused by missing ExecutorMembershipSnapshot import
- Resolved