You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (JIRA)" <ji...@apache.org> on 2018/10/05 13:50:00 UTC

[jira] [Updated] (DRILL-6775) The schema for empty output is not shown in Drill Web UI

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

Vitalii Diravka updated DRILL-6775:
-----------------------------------
    Fix Version/s: Future

> 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
>    Affects Versions: 1.14.0
>            Reporter: Vitalii Diravka
>            Priority: Minor
>             Fix For: Future
>
>         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)