Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.3
-
None
Description
The below query fails with an index out of bounds exception due to some schema fields being missing. Those fields are usually complex fields (objects, arrays, multisets).
SELECT VALUE f.`field-name`FROM `Metadata`.`Dataset` d, get_object_fields(d) f
Also, the test objects/get-object-fields/tiny-social-example (which is disabled currently) fails with an index out of bounds exception, but for another reason.