[ 
https://issues.apache.org/jira/browse/ASTERIXDB-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wail Y. Alkowaileet reopened ASTERIXDB-3166:
--------------------------------------------
      Assignee: Peeyush Gupta

> Internal error with get_object_fields function when dataset has open list type
> ------------------------------------------------------------------------------
>
>                 Key: ASTERIXDB-3166
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3166
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: *DB - AsterixDB
>    Affects Versions: 0.9.9
>            Reporter: Peeyush Gupta
>            Assignee: Peeyush Gupta
>            Priority: Major
>
> Steps to reproduce the error.
> {code:java}
> CREATE TYPE userType AS {  id: string};
> CREATE DATASET users(userType) PRIMARY KEY id;
> UPSERT INTO users([{"id": "abcd", "some_list":["a","b"]}]);
> // Internal error
> SELECT get_object_fields(d) FROM users d {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to