Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2796

IndexOutOfBoundsException in hash group-by

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.5
    • 0.9.7
    • RT - Runtime
    • None

    Description

      The below query causes IndexOutOfBoundsException

      WITH a AS "NS"
      FROM ds1 v
      WHERE v.area = a
      /*+ hash */
      GROUP BY v.dept_id
      SELECT v.dept_id, SUM(v.salary) AS total, a;
      

       

      Attachments

        Activity

          People

            alsuliman Ali Alsuliman
            alsuliman Ali Alsuliman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: