XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.1.0
    • SQL
    • None

    Description

      Currently in Spark one could redefine a window. For instance:

      select count(*) OVER w FROM tenk1 WINDOW w AS (ORDER BY unique1), w AS (ORDER BY unique1);

      The window `w` is defined two times. In PgSQL, on the other hand, a thrown will happen:

      ERROR:  window "w" is already defined

       

      Attachments

        Activity

          People

            beliefer Jiaan Geng
            DylanGuedes Dylan Guedes
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: