你好 感谢解答,我仔细看了下Flink Table API & SQL Data Types页面: https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/types/ <https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/types/> , https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/types/#data-types-in-the-table-api <https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/types/#data-types-in-the-table-api> 这一节末尾的表格是否就是Flink当前已经支持的所有数据类型呢?
> 2021年8月19日 下午9:10,Leonard Xu <[email protected]> 写道: > > Hello, > > Flink 还不支持 TIMESTAMP WITH TIME ZONE 类型, > > 目前支持的有: > TIMESTAMP WITHOUT TIME ZONE, 缩写为 TIMESTAMP > TIMESTAMP WITH LOCAL TIME ZONE,缩写为TIMESTAMP_LTZ > > 祝好, > Leonard > >> 在 2021年8月19日,20:51,changfeng <[email protected]> 写道: >> >> ` TIMESTAMP(6) WITH TIME ZONE >
