Open china-shang opened 2 years ago
https://issues.apache.org/jira/browse/HUDI-1460 ,According to this documentation, is it not supported? Is there a development plan
Trino (a fork of Presto) supports the AS OF
syntax now for Iceberg and Delta Lake. Don't know of anything yet for Presto. The Hudi connector is about to be added and the support for this will be there once this PR gets merged.
@china-shang, master Presto does support time travel for Iceberg and Delta Lake and teams are working on getting Time Travel ability added for Hudi Table as well. Trino Delta lake connector was a proprietary solution from Starburst which they open-sourced when Presto Native Delta Lake connector got released to the public so we do not control it. Also, it is not built on delta standalone liabrary
Also to contribute to Presto product roadmap and shape Presto community, Fill out this survey form at http://tinyurl.com/prestodb and get a free Presto t-shirt. Join https://prestodb.slack.com/ if you have not done already!
CC @codope @7c00 FYI
Does presto support this feature, and if so, what syntax is used?