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

Support group windows over intervals of months

Agile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsAdd voteVotersStop watchingWatchersCreate sub-taskConvert to sub-taskLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      Currently, time-based group windows can be defined using intervals of milliseconds such as .window(Tumble over 10.minutes on 'rowtime as 'w). For some use cases it might useful to define windows of months (esp. in event-time) that work even with leap years and other special time cases.

      The following should be supported in Table API & SQL:

      .window(Tumble over 1.month on 'rowtime as 'w)
      .window(Tumble over 1.quarter on 'rowtime as 'w)
      .window(Tumble over 1.year on 'rowtime as 'w)

      Attachments

        Activity

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

          People

            Unassigned Unassigned
            twalthr Timo Walther

            Dates

              Created:
              Updated:

              Slack

                Issue deployment