-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Subtask] Support Iceberg time travel in SQL queries #3264
Comments
caican00
added a commit
to caican00/gravitino
that referenced
this issue
May 4, 2024
caican00
added a commit
to caican00/gravitino
that referenced
this issue
May 4, 2024
FANNG1
pushed a commit
that referenced
this issue
May 20, 2024
…ries (#3265) ### What changes were proposed in this pull request? Support Iceberg time travel in SQL queries ### Why are the changes needed? supports time travel in SQL queries using `TIMESTAMP AS OF`, `FOR SYSTEM_TIME AS OF` or `VERSION AS OF`, `FOR SYSTEM_VERSION AS OF` clauses. Fix: #3264 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? New ITs.
github-actions bot
pushed a commit
that referenced
this issue
May 20, 2024
…ries (#3265) ### What changes were proposed in this pull request? Support Iceberg time travel in SQL queries ### Why are the changes needed? supports time travel in SQL queries using `TIMESTAMP AS OF`, `FOR SYSTEM_TIME AS OF` or `VERSION AS OF`, `FOR SYSTEM_VERSION AS OF` clauses. Fix: #3264 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? New ITs.
FANNG1
pushed a commit
that referenced
this issue
May 20, 2024
…ries (#3467) ### What changes were proposed in this pull request? Support Iceberg time travel in SQL queries ### Why are the changes needed? supports time travel in SQL queries using `TIMESTAMP AS OF`, `FOR SYSTEM_TIME AS OF` or `VERSION AS OF`, `FOR SYSTEM_VERSION AS OF` clauses. Fix: #3264 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? New ITs. Co-authored-by: cai can <[email protected]>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…QL queries (apache#3265) ### What changes were proposed in this pull request? Support Iceberg time travel in SQL queries ### Why are the changes needed? supports time travel in SQL queries using `TIMESTAMP AS OF`, `FOR SYSTEM_TIME AS OF` or `VERSION AS OF`, `FOR SYSTEM_VERSION AS OF` clauses. Fix: apache#3264 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? New ITs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
supports time travel in SQL queries using
TIMESTAMP AS OF
,FOR SYSTEM_TIME AS OF
orVERSION AS OF clauses
,FOR SYSTEM_VERSION AS OF
Parent issue
#1571
The text was updated successfully, but these errors were encountered: