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

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

Vitalii Diravka created DRILL-6775:
--------------------------------------

             Summary: 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
            Reporter: Vitalii Diravka
         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)