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/24 00:32:00 UTC

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

     [ https://issues.apache.org/jira/browse/ASTERIXDB-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ali Alsuliman updated ASTERIXDB-2796:
-------------------------------------
    Fix Version/s:     (was: 0.9.5)
                   0.9.6

> 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
>            Priority: Major
>             Fix For: 0.9.6
>
>
> 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)