pvary commented on pull request #3269: URL: https://github.com/apache/iceberg/pull/3269#issuecomment-939941286
In Hive we enabled this in [HIVE-25344](https://issues.apache.org/jira/browse/HIVE-25344): ``` SELECT * FROM t FOR SYSTEM_TIME AS OF <timestamp>; SELECT * FROM t FOR SYSTEM_VERSION AS OF <version>; ``` Having different ways to do time travel with different engines will cause confusion for the users. Would it be good to keep the standard SQL syntax as we did in Hive? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
