You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/05 11:37:52 UTC

[GitHub] [flink] matriv commented on pull request #19302: [FLINK-26810][connectors/elasticsearch] Use local timezone for TIMESTAMP_WITH_LOCAL_TIMEZONE fields in dynamic index

matriv commented on PR #19302:
URL: https://github.com/apache/flink/pull/19302#issuecomment-1088597668

   > The production code change looks mostly good, but I left a few suggestions for the test code, and currently, the CI won't pass.
   > 
   > One question I still have is the difference between `TIMESTAMP_WITH_TIME_ZONE` and `TIMESTAMP_WITH_LOCAL_TIME_ZONE` the former is not supported by the index generation but only the latter. @matriv can you maybe explain this?
   
   I think it's explained here quite well:
   https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/timezone/#timestamp-vs-timestamp_ltz
   
   We don't support `TIMESTAMP_WITH_TIMEZONE` in SQL/TableApi yet, only the `TIMESTAMP_LTZ` (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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org