[
https://issues.apache.org/jira/browse/ASTERIXDB-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916013#comment-17916013
]
ASF subversion and git services commented on ASTERIXDB-3553:
------------------------------------------------------------
Commit 02e21a0d1bf46fa6bc57d63f57bbacec94f7b268 in asterixdb's branch
refs/heads/master from murali4104
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=02e21a0d1b ]
[ASTERIXDB-3553][COMP] Array Index out of bounds for UNNEST query
Ext-ref: MB-64951
Change-Id: Ic786c0a339775aa35d54ab7b6c06f1a9efbec986
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19350
Reviewed-by: Vijay Sarathy <[email protected]>
Reviewed-by: <[email protected]>
Tested-by: Jenkins <[email protected]>
> 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)