You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ali Alsuliman (Jira)" <ji...@apache.org> on 2019/12/13 00:33:00 UTC

[jira] [Resolved] (ASTERIXDB-2671) Removing multiple attributes with OBJECT_REMOVE() throws an error

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

Ali Alsuliman resolved ASTERIXDB-2671.
--------------------------------------
    Fix Version/s: 0.9.4.2
       Resolution: Fixed

> Removing multiple attributes with OBJECT_REMOVE() throws an error
> -----------------------------------------------------------------
>
>                 Key: ASTERIXDB-2671
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2671
>             Project: Apache AsterixDB
>          Issue Type: Bug
>    Affects Versions: 0.9.5
>            Reporter: Gift Sinthong
>            Assignee: Ali Alsuliman
>            Priority: Major
>             Fix For: 0.9.4.2
>
>
> Trying to remove multiple attributes by chaining multiple OBJECT_REMOVE() throws a NullPointerException Error.
> The query: 
> SELECT VALUE OBJECT_REMOVE( OBJECT_REMOVE(t, "authorId"), "message") FROM GleambookMessages t;
> I used the datasets and data types provided in the AsterixDB 101 guide.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)