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/11 12:11:23 UTC

[GitHub] [iceberg] 172403678 opened a new issue #1915: Flink 1.11.1 Not Supoort timestamptz

172403678 opened a new issue #1915:
URL: https://github.com/apache/iceberg/issues/1915


   Flink Not Support Timestampz
   ![image](https://user-images.githubusercontent.com/5066512/101902034-f5609400-3bec-11eb-892c-c38561342633.png)
   


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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
txdong-sz commented on issue #1915:
URL: https://github.com/apache/iceberg/issues/1915#issuecomment-745056654


   what is the different of  TIMESTAMP(3) WITH LOCAL TIME ZONE  and   TIMESTAMP(6) WITH LOCAL TIME ZONE


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