You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Leonard Xu (Jira)" <ji...@apache.org> on 2019/12/12 01:48:00 UTC

[jira] [Commented] (FLINK-15209) DDL with computed column didn't work for some of the connectors

    [ https://issues.apache.org/jira/browse/FLINK-15209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994062#comment-16994062 ] 

Leonard Xu commented on FLINK-15209:
------------------------------------

[~danny0405]
I do similar work in another issue [FLINK-15191|https://issues.apache.org/jira/browse/FLINK-15191], maybe we can work together.
 [https://github.com/apache/flink/pull/10536]

> DDL with computed column didn't work for some of the connectors
> ---------------------------------------------------------------
>
>                 Key: FLINK-15209
>                 URL: https://issues.apache.org/jira/browse/FLINK-15209
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Common
>    Affects Versions: 1.10.0
>            Reporter: Danny Chen
>            Priority: Major
>             Fix For: 1.10.0
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)