Open ebyhr opened 8 months ago
Take into account the delta.io RFC https://github.com/delta-io/delta/blob/master/protocol_rfcs/in-commit-timestamps.md
The in-commit-timestamps.md file has been moved to https://github.com/delta-io/delta/blob/master/protocol_rfcs/accepted/in-commit-timestamps.md
Here seems to be the delta.io algorithm for translating a given timestamp to the actual transaction https://github.com/delta-io/delta/blob/7b9c4ed34dcf102ff3dca0abed3f668ebc9f3061/spark/src/main/scala/org/apache/spark/sql/delta/DeltaHistoryManager.scala#L126-L136
Follow-up of https://github.com/trinodb/trino/issues/15894
We are going to support only version-id in the initial implementation.