Yingyi Bu created ASTERIXDB-1865:
------------------------------------
Summary: Non-object results in formatted JSON output
Key: ASTERIXDB-1865
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1865
Project: Apache AsterixDB
Issue Type: Bug
Components: Web Interface
Reporter: Yingyi Bu
Assignee: Xikui Wang
If results do not contain JSON objects, the formatted JSON output has some
issue:
SELECT VALUE DatasetName
FROM Metadata.`Dataset`;
It only shows the first element in the returning array:
"CompactionPolicy"
But if we use normal JSON output, we get:
"CompactionPolicy"
"Dataset"
"DatasourceAdapter"
"Datatype"
"Dataverse"
"ExternalFile"
"Feed"
"FeedConnection"
"FeedPolicy"
"Function"
"Index"
"Library"
"Node"
"Nodegroup"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)