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

Thomas Hütter updated ASTERIXDB-2698:
-------------------------------------
    Description: 
When the formatted JSON output in the web interface is selected, the results 
may not be visualized, e.g.:

{{SELECT * FROM ChirpMessages AS cm;}}

gives an empty result,  whereas 

{{SELECT cm.user.screenName, cm.messageText FROM ChirpMessages AS cm;}}

works fine.

The same issue occurs with Metadata queries like:

{{SELECT * FROM Metadata.`Dataset`;}}

I assume it is the case whenever the result is not surrounded by an array.

  was:
When the formatted JSON output in the web interface is selected, the results 
may not be visualized, e.g.:

{{SELECT * FROM ChirpMessages AS cm;}}

gives an empty result,  whereas 

{{SELECT cm.user.screenName, cm.messageText FROM ChirpMessages AS cm;}}

works fine.

The same issue occurs with Metadata queries like:

{{SELECT * FROM Metadata.`Dataset`;}}


> Formatted JSON output does not show results
> -------------------------------------------
>
>                 Key: ASTERIXDB-2698
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2698
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: API - HTTP API
>    Affects Versions: 0.9.4.1
>            Reporter: Thomas Hütter
>            Priority: Major
>
> When the formatted JSON output in the web interface is selected, the results 
> may not be visualized, e.g.:
> {{SELECT * FROM ChirpMessages AS cm;}}
> gives an empty result,  whereas 
> {{SELECT cm.user.screenName, cm.messageText FROM ChirpMessages AS cm;}}
> works fine.
> The same issue occurs with Metadata queries like:
> {{SELECT * FROM Metadata.`Dataset`;}}
> I assume it is the case whenever the result is not surrounded by an array.



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

Reply via email to