Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-17446

Blink supports cube and window together in group by

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • API / Core
    • None

    Description

            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

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            Jiangang Liu
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment