deepakpanda93 commented on issue #14718: URL: https://github.com/apache/hudi/issues/14718#issuecomment-5290143989
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: time travel querying of historical versions is implemented and has shipped for a long time. Hudi exposes the `as.of.instant` option (`HoodieCommonConfig.TIMESTAMP_AS_OF` - *"The query instant for time travel. Without specified this option, we query the latest snapshot."*), and Spark SQL supports `TIMESTAMP AS OF` syntax. Coverage lives in `TestTimeTravelQuery.scala`, which is present as far back as the `release-0.9.0` tag. Available in **0.9.0** and later. If you're still hitting this on a recent version, please reopen with repro steps. Closing as fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
