polaris6 opened a new issue, #3074: URL: https://github.com/apache/incubator-kyuubi/issues/3074
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues. ### Describe the feature Flink data type `TIMESTAMP(%d) WITH LOCAL TIME ZONE` is not supported currently, but we use this type for our data. https://github.com/apache/incubator-kyuubi/blob/master/externals/kyuubi-flink-sql-engine/src/main/scala/org/apache/kyuubi/engine/flink/schema/RowSet.scala#L310 ### Motivation _No response_ ### Describe the solution Demo: ```sql CREATE TABLE `iceberg`.`test`.`test_1` (`t` TIMESTAMP(6) WITH LOCAL TIME ZONE); ``` ```sql select * from `iceberg`.`test`.`test_1`; ``` <img width="1513" alt="企业微信截图_94691e69-0701-4375-b65f-5057407a2dbb" src="https://user-images.githubusercontent.com/29967142/178933854-74f5f215-e814-4e8c-ab6e-c98866ec9a66.png"> ### Additional context _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! -- 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]
