[
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.7)
> 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
>
> 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)