Yubin Li created FLINK-29929:
--------------------------------
Summary: Correct conversions from ResolvedSchema to TableSchema
Key: FLINK-29929
URL: https://issues.apache.org/jira/browse/FLINK-29929
Project: Flink
Issue Type: Bug
Reporter: Yubin Li
Attachments: image-2022-11-08-19-32-05-894.png
In the new schema framework, DataType in Column indicate wether the column is a
time attribute and the old api not, we can see that
```DefaultSchemaResolver.resolve()``` include above logic. but in
TableSchema.fromResolvedSchema(), we can't see the time attribute removal
logic, thus cause a wrong legacy Timestamp DataType.
!image-2022-11-08-19-32-05-894.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)