You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2017/10/16 13:36:00 UTC

[jira] [Commented] (FLINK-7848) Allow time attributes for atomic types

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

Fabian Hueske commented on FLINK-7848:
--------------------------------------

This would be supported with the refactoring I proposed for FLINK-7548.

> 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
>
> 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)