diqiu50 commented on issue #4743: URL: https://github.com/apache/gravitino/issues/4743#issuecomment-2323735397
Trino's default `timestamp` precision is milliseconds. The timestamp type in Graviton does not handle precision. When using the `timestamp` type, Trino does not know the precision of the type by default, which may cause problems in reading. @mchades The `timestamp` and `TimeType`type in Graviton need to support 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
