Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Currently, all the connectors will derive TableSchema from properties. But after introducing computed columns, the TableSchema contains generated columns. However, almost all the connectors use the drived TableSchema as TableSource#getTableSchema and TableSource#getProducedDataType which may produce wrong result.
Attachments
Issue Links
- is duplicated by
-
FLINK-15191 Fix can't create table source for Kafka if watermark or computed column is defined
- Resolved