RussellSpitzer commented on issue #6164: URL: https://github.com/apache/iceberg/issues/6164#issuecomment-1310882642
Timestamp expressions can be created as in this test case https://github.com/apache/iceberg/blob/master/core/src/test/java/org/apache/iceberg/expressions/TestExpressionParser.java#L71 ```Expressions.equal("ts", "2022-08-14T10:00:00.123456")``` If you look into Literals.java, Translations are available to timestamp from Long (microseconds from epoch) https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/expressions/Literals.java#L300-L301 or String https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/expressions/Literals.java#L503-L516 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org