You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Shubham Bansal (Jira)" <ji...@apache.org> on 2022/06/17 03:51:00 UTC

[jira] [Comment Edited] (FLINK-27774) Window Agg doesn't work when used in Batch Table API

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

Shubham Bansal edited comment on FLINK-27774 at 6/17/22 3:50 AM:
-----------------------------------------------------------------

[~hxbks2ks] 
I looked at it and from the documentation [https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/dev/table/concepts/time_attributes/] I see that

"During the conversion, Flink always derives rowtime attribute as TIMESTAMP WITHOUT TIME ZONE, because DataStream doesn’t have time zone notion, and treats all event time values as in UTC."

I don't see it explicitly defined as LocalDateTime. Can you point me to the documentation? I can make the change if that's the case.
 
 
 
 
 
 


was (Author: JIRAUSER289179):
[~hxbks2ks] 
I looked at it and from the documentation [https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/concepts/time_attributes/] I see that

"During the conversion, Flink always derives rowtime attribute as TIMESTAMP WITHOUT TIME ZONE, because DataStream doesn’t have time zone notion, and treats all event time values as in UTC."

I don't see it explicitly defined as LocalDateTime. Can you point me to the documentation? I can make the change if that's the case.
 
 
 

> Window Agg doesn't work when used in Batch Table API
> ----------------------------------------------------
>
>                 Key: FLINK-27774
>                 URL: https://issues.apache.org/jira/browse/FLINK-27774
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>    Affects Versions: 1.15.0, 1.14.4
>            Reporter: Huang Xingbo
>            Priority: Critical
>         Attachments: image-2022-05-25-17-44-05-690.png
>
>
> In new type system, the type of WindowReference is an instance of Types.LocalDateTime.
>  !image-2022-05-25-17-44-05-690.png! 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)