HeartSaVioR commented on issue #1713: URL: https://github.com/apache/iceberg/issues/1713#issuecomment-722217603
https://iceberg.apache.org/spec/#primitive-types Once you're dealing with Iceberg core API directly, you need to understand the Iceberg types. According to spec, Iceberg stores timestamp via microsecond precision, which is different than java.sql.Timestamp (probably you meant this) which getTime would provide millisecond precision. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
