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

Dmitry Lychagin resolved ASTERIXDB-2439.
----------------------------------------
    Resolution: Fixed

> SELECT v.* should not fail if v is not an object
> ------------------------------------------------
>
>                 Key: ASTERIXDB-2439
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2439
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: COMP - Compiler
>            Reporter: Dmitry Lychagin
>            Assignee: Dmitry Lychagin
>            Priority: Minor
>
> We need to clarify semantics of SELECT v.* when v is not an object
> 1) SELECT v.* 
> should return an empty object if v is not an object
> 2) SELECT v.*, a AS x 
> should return an object
> { "x": a }
> if v is not an object



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to