Details
-
New Feature
-
Status: Closed
-
Blocker
-
Resolution: Done
-
None
Description
Right now point-in-time queries are limited to what's retained by the cleaner. If we fix this and expose via SQL, then it's a gap we close.
Dataframe read path support this option but not for SQL read path
https://hudi.apache.org/docs/quick-start-guide/#time-travel-query
SparkSQL Syntax
// code placeholder SELECT * FROM A.B TIMESTAMP AS OF 1643119574; SELECT * FROM A.B TIMESTAMP AS OF '2019-01-29 00:37:58'; SELECT * FROM A.B VERSION AS OF 'Snapshot123456789';