[ 
https://issues.apache.org/jira/browse/FLINK-12799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dawid Wysakowicz updated FLINK-12799:
-------------------------------------
    Description: 
We should improve the extraction of {{TableSchema}} from 
{{DataStream/DataSet}}. Currently it is split into a few stages:
# Extract types ignoring time attributes via {{FieldInfoUtils#getFieldInfo}}
# Extract the rowtime and proctime positions via 
{{StreamTableEnvImpl#validateAndExtractTimeAttributes}}
# Adjust the indices from #1 using information from #2

All that could happen in a single pass. This will also deal with the 
porting/removing of a few methods from {{StreamTableEnvImpl}}.

  was:
We should improve the extraction of {{TableSchema}} from 
{{DataStream/DataSet}}. Currently it is split into two stages:
# We extract types ignoring time attributes via {{FieldInfoUtils#getFieldInfo}}
# We extract rowtime and proctime positions via 
{{StreamTableEnvImpl#validateAndExtractTimeAttributes}}
# We adjust indices from #1 using information from #2

All that could happen in a single pass. This will also deal with 
porting/removing few methods from {{StreamTableEnvImpl}}.


> Improve expression based TableSchema extraction from DataStream/DataSet
> -----------------------------------------------------------------------
>
>                 Key: FLINK-12799
>                 URL: https://issues.apache.org/jira/browse/FLINK-12799
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Dawid Wysakowicz
>            Assignee: Dawid Wysakowicz
>            Priority: Major
>             Fix For: 1.9.0
>
>
> We should improve the extraction of {{TableSchema}} from 
> {{DataStream/DataSet}}. Currently it is split into a few stages:
> # Extract types ignoring time attributes via {{FieldInfoUtils#getFieldInfo}}
> # Extract the rowtime and proctime positions via 
> {{StreamTableEnvImpl#validateAndExtractTimeAttributes}}
> # Adjust the indices from #1 using information from #2
> All that could happen in a single pass. This will also deal with the 
> porting/removing of a few methods from {{StreamTableEnvImpl}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to