[
https://issues.apache.org/jira/browse/DRILL-6775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643703#comment-16643703
]
ASF GitHub Bot commented on DRILL-6775:
---------------------------------------
agozhiy commented on issue #1498: DRILL-6775: The schema for empty output is
not shown in Drill Web UI
URL: https://github.com/apache/drill/pull/1498#issuecomment-428260087
Now it returns a table with no data:

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> The schema for empty output is not shown in Drill Web UI
> --------------------------------------------------------
>
> Key: DRILL-6775
> URL: https://issues.apache.org/jira/browse/DRILL-6775
> Project: Apache Drill
> Issue Type: Bug
> Components: Client - HTTP, Web Server
> Affects Versions: 1.14.0
> Reporter: Vitalii Diravka
> Assignee: Anton Gozhiy
> Priority: Minor
> Fix For: 1.15.0
>
> Attachments: image-2018-10-05-16-16-45-389.png
>
>
> The query in SqlLine:
> {code}
> 0: jdbc:drill:zk=local> SELECT employee_id, full_name, first_name, last_name
> FROM cp.`employee.json` LIMIT 0;
> +--------------+------------+-------------+------------+
> | employee_id | full_name | first_name | last_name |
> +--------------+------------+-------------+------------+
> +--------------+------------+-------------+------------+
> No rows selected (0.118 seconds)
> {code}
> But the same in Drill UI shows nothing, see the attachment.
> !image-2018-10-05-16-16-45-389.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)