[
https://issues.apache.org/jira/browse/ASTERIXDB-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Maxon updated ASTERIXDB-3553:
---------------------------------
Labels: triaged (was: )
> Index out of bounds error for UNNEST query
> ------------------------------------------
>
> Key: ASTERIXDB-3553
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3553
> Project: Apache AsterixDB
> Issue Type: Bug
> Reporter: murali krishna
> Priority: Major
> Labels: triaged
>
> The query is
> select count (*) from KS1 x LEFT UNNEST x.uarr_i, KS2 y, y.zarr_i where
> x.rand_n = y.rand_n and x.rand_n <= 100;
> The fix is simple. A wrong index was used.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)