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

Nested SQL queries do not expose proctime / rowtime attributes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • 1.3.0
    • Table SQL / API
    • None

    Description

      We found out that the group windows cannot be applied with nested queries out-of-the-box:

      SELECT * FROM (
        (SELECT ...)
      UNION ALL)
        (SELECT ...)
      ) GROUP BY foo, TUMBLE(proctime, ...)
      

      Flink complains about proctime is undefined.

      Attachments

        Issue Links

          Activity

            People

              wheat9 Haohui Mai
              wheat9 Haohui Mai
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: