[
https://issues.apache.org/jira/browse/ASTERIXDB-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael J. Carey updated ASTERIXDB-1265:
----------------------------------------
Description:
If you set up the demo dataverse (TinySocial) according to the instructions,
and then try introspecting it, it fails:
use dataverse TinySocial;
for $x in dataset FacebookUsers
return get-record-fields($x)
---> -402653175 [ArrayIndexOutOfBoundsException]
We should make sure that the function works on all of the demo datasets! (That
may be the first thing someone tries, like it was for me. :-))
NOTE: This was the first one I tried. The other three, which I have tried
since then, do seem to work! (So it's 75% working. :-))
was:
If you set up the demo dataverse (TinySocial) according to the instructions,
and then try introspecting it, it fails:
use dataverse TinySocial;
for $x in dataset FacebookUsers
return get-record-fields($x)
---> -402653175 [ArrayIndexOutOfBoundsException]
We should make sure that the function works on all of the demo datasets! (That
may be the first thing someone tries, like it was for me. :-))
> ArrayIndexOutOfBounds exception in get-record-fields
> ----------------------------------------------------
>
> Key: ASTERIXDB-1265
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1265
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: AsterixDB, Functions - AQL
> Environment: AsterixDB 101 demo on current master
> Reporter: Michael J. Carey
> Assignee: Preston Carman
>
> If you set up the demo dataverse (TinySocial) according to the instructions,
> and then try introspecting it, it fails:
> use dataverse TinySocial;
> for $x in dataset FacebookUsers
> return get-record-fields($x)
> ---> -402653175 [ArrayIndexOutOfBoundsException]
> We should make sure that the function works on all of the demo datasets!
> (That may be the first thing someone tries, like it was for me. :-))
> NOTE: This was the first one I tried. The other three, which I have tried
> since then, do seem to work! (So it's 75% working. :-))
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)