An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Adds the functions getVersionBeforeOrAtTimestamp and getVersionAtOrAfterTimestamp to TableImpl for use with the getChangesByVersion API to enable querying changes between two timestamps.
Which Delta project/connector is this regarding?
Description
Adds the functions
getVersionBeforeOrAtTimestamp
andgetVersionAtOrAfterTimestamp
toTableImpl
for use with thegetChangesByVersion
API to enable querying changes between two timestamps.How was this patch tested?
Adds unit tests.