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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
