[
https://issues.apache.org/jira/browse/ASTERIXDB-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
murali krishna resolved ASTERIXDB-3553.
---------------------------------------
Resolution: Fixed
Change-Id: Ic786c0a339775aa35d54ab7b6c06f1a9efbec986
> 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
>
> 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)