[
https://issues.apache.org/jira/browse/FLINK-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800347#comment-16800347
]
sunjincheng commented on FLINK-10975:
-------------------------------------
As the Google doc mentioned, the time attribute is lost after the map/flatMap
operation. e.g.:
{code}
tab('name, 'age, 'address, 'rowtime)
tab.map(udf('name)).as('col1, 'col2) // Does not include time attributes.
{code}
So, I close this JIRA. first.
> Add support for TimeAttribute in Map/FlatMap operator
> -----------------------------------------------------
>
> Key: FLINK-10975
> URL: https://issues.apache.org/jira/browse/FLINK-10975
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: sunjincheng
> Assignee: sunjincheng
> Priority: Major
>
> Add support for TimeAttribute in Map/Flatmap operator,the detail will be
> described in [Google
> doc|https://docs.google.com/document/d/1tnpxg31EQz2-MEzSotwFzqatsB4rNLz0I-l_vPa5H4Q/edit#heading=h.q23rny2iglsr]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)