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

Fabian Hueske closed FLINK-7848.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Fixed for 1.4.0 with 9a2ba6e058e907aef65e0af8731ca5ec8733712e

> Allow time attributes for atomic types
> --------------------------------------
>
>                 Key: FLINK-7848
>                 URL: https://issues.apache.org/jira/browse/FLINK-7848
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>            Reporter: Timo Walther
>            Assignee: Fabian Hueske
>             Fix For: 1.4.0
>
>
> It is not possible to use processing time and atomic types like:
> {code}
> tEnv
> .fromDataStream(env.fromElements(1, 2, 3), "test, p.proctime")
> .window(Tumble.over("4.seconds").on("p").as("w"))
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to