murali krishna created ASTERIXDB-3553:
-----------------------------------------
Summary: 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
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)