You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Michael J. Carey (JIRA)" <ji...@apache.org> on 2016/01/15 00:42:39 UTC

[jira] [Created] (ASTERIXDB-1265) ArrayIndexOutOfBounds exception in get-record-fields

Michael J. Carey created ASTERIXDB-1265:
-------------------------------------------

             Summary: 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. :-))



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)