[
https://issues.apache.org/jira/browse/FLINK-17446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315592#comment-17315592
]
Jark Wu commented on FLINK-17446:
---------------------------------
[~svend] we have supported this feature with new window syntax, i.e. FLIP-145.
You can see the umbrella issue here FLINK-19604. Would be great if you can test
this feature.
> Blink supports cube and window together in group by
> ---------------------------------------------------
>
> Key: FLINK-17446
> URL: https://issues.apache.org/jira/browse/FLINK-17446
> Project: Flink
> Issue Type: New Feature
> Components: API / Core
> Reporter: Liu
> Priority: Minor
>
> Blink planner supports CUBE. CUBE can be used together with a field but
> not window. For example, the following SQL is not supported:
>
> SELECT A, B, sum(C)
> FROM person
> GROUP BY cube(A, B), TUMBLE(curTimestamp, interval '1' minute)
>
> It is a missing feature. Maybe it should be supported. Detail is in
> [http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Blink-window-and-cube-td34761.html#a34768]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)