You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/12/14 05:14:30 UTC

[GitHub] [iceberg] XuQianJin-Stars commented on issue #1915: Flink 1.11.1 Not Supoort timestamptz

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org