XuQianJin-Stars commented on issue #1915:
URL: https://github.com/apache/iceberg/issues/1915#issuecomment-744171957


   hi @txdong-sz This type is supported since the version of flink1.9, you can 
use `TIMESTAMP WITH LOCAL TIME ZONE` or `TIMESTAMP WITH TIME ZONE`.
   The ddl statement can be:
   ```
   CREATE TABLE iceberg.iceberg_db2.iceberg_001 (
       id BIGINT COMMENT'unique id',
       data STRING,
       ftime TIMESTAMP(3) WITH LOCAL TIME ZONE
   ) WITH ('connector'='iceberg','write.format.default'='ORC');
   ```


----------------------------------------------------------------
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]

Reply via email to