godfrey he created FLINK-16110:
----------------------------------
Summary: LogicalTypeParser can't parse "TIMESTAMP(3) *ROWTIME*" and TIMESTAMP(3) *PROCTIME*
Key: FLINK-16110
URL:
https://issues.apache.org/jira/browse/FLINK-16110 Project: Flink
Issue Type: Bug
Components: Table SQL / API
Affects Versions: 1.10.0
Reporter: godfrey he
{{TIMESTAMP(3) *ROWTIME*}} is the string representation of {{TimestampType(true, TimestampKind.ROWTIME, 3)}} , however {{LogicalTypeParser}} can't convert it to {{TimestampType(true, TimestampKind.ROWTIME, 3)}}.
TIMESTAMP(3) *PROCTIME* is the same case.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)