XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Implemented
    • None
    • 1.6.0
    • None
    • None

    Description

      This ticket should cover distinct aggregate function support to codegen for AggregateCall, where isDistinct fields is set to true.

      This can be verified using the following SQL, which is not currently producing correct results.

      SELECT
        a,
        SUM(b) OVER (PARTITION BY a ORDER BY proctime ROWS BETWEEN 5 PRECEDING AND CURRENT ROW)
      FROM
        MyTable

       

       

      Attachments

        Issue Links

          Activity

            People

              rongr Rong Rong
              rongr Rong Rong
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: