mchades commented on issue #7046: URL: https://github.com/apache/gravitino/issues/7046#issuecomment-2833162604
The following figure shows the components related to processing timestamps: <img width="659" alt="Image" src="https://github.com/user-attachments/assets/4572bf47-9af3-4f41-b364-6db1b085662a" /> From a usage perspective, the behavior of `Spark Gravitino Connector` should be consistent with `Spark Hive Connector`; there should exist a type in Gravitino that has the same semantics as the `timestamp` type in HMS because Hive only supports `timestamp without timezone` (see details at[ the doc](https://hive.apache.org/docs/latest/languagemanual-types_27838462/#timestamps)), so the `timestamp without time zone` type in Gravitino should correspond to the `timestamp` type in HMS. When users attempt to use `timestamp with time zone` through Gravitino in the Hive catalog, an exception should be thrown. -- 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]
