Commit 44a9020
committed
[FLINK-23882][docs] Clarify TIMESTAMP WITH TIME ZONE is not supported by Flink SQL
The data types reference presents TIMESTAMP WITH TIME ZONE with full
declaration syntax but never states that the type only exists as a
logical type and is not usable in Flink SQL yet (tracked by FLINK-20869;
the SQL JDBC driver even throws "TIMESTAMP WITH TIME ZONE is not
supported, use TIMESTAMP or TIMESTAMP_LTZ instead"). This has repeatedly
confused users on the mailing list.
Add a warning callout to the English and Chinese data-types reference
pages stating the type is unsupported and pointing users to TIMESTAMP_LTZ.1 parent 2afa8f1 commit 44a9020
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
815 | 821 | | |
816 | 822 | | |
817 | 823 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
823 | 829 | | |
824 | 830 | | |
825 | 831 | | |
| |||
0 commit comments