Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Duplicate
-
1.10.0
-
None
-
None
Description
In order to support DDL computed column for a connector, we should
- Add supported key as "schema.#.expr"
- Fix the TableSource#getReturnType and TableSource#getProducedDataType if it use the virtual columns as part of its schema
- Fix the format schema if the schema is derived from the TableSchema and the TableSchema contains virtual columns.
Attachments
Issue Links
- duplicates
-
FLINK-15191 Fix can't create table source for Kafka if watermark or computed column is defined
- Resolved