You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ali Alsuliman (Jira)" <ji...@apache.org> on 2020/11/05 00:59:00 UTC

[jira] [Created] (ASTERIXDB-2796) IndexOutOfBoundsException in hash group-by

Ali Alsuliman created ASTERIXDB-2796:
----------------------------------------

             Summary: IndexOutOfBoundsException in hash group-by
                 Key: ASTERIXDB-2796
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2796
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: RT - Runtime
    Affects Versions: 0.9.5
            Reporter: Ali Alsuliman
            Assignee: Ali Alsuliman
             Fix For: 0.9.5


The below query causes IndexOutOfBoundsException
{code:java}
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;
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)