You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Khurram Faraaz (JIRA)" <ji...@apache.org> on 2016/09/29 17:35:21 UTC

[jira] [Updated] (DRILL-4916) Drill UI - SCAN appears on top of PROJECT in Profiles tab

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

Khurram Faraaz updated DRILL-4916:
----------------------------------
    Attachment: scan_project.jpg

{noformat}
Here is the query
0: jdbc:drill:schema=dfs.tmp> select count(*) from `twoKeyJsn.json`;
+-----------+
|  EXPR$0   |
+-----------+
| 26212355  |
+-----------+
1 row selected (11.28 seconds)
{noformat}

> Drill UI - SCAN appears on top of PROJECT in Profiles tab
> ---------------------------------------------------------
>
>                 Key: DRILL-4916
>                 URL: https://issues.apache.org/jira/browse/DRILL-4916
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>    Affects Versions: 1.9.0
>         Environment: 4 node cluster CentOS
>            Reporter: Khurram Faraaz
>         Attachments: scan_project.jpg
>
>
> The SCAN operator appears at the top and the PROJECT is down below at the end, for any given query on the Profiles tab in Drill's web UI. Not sure if some recent change led to the change in that order on the UI recently, it is desired to have the PROJECT at the top and the SCAN down below, as it appears in the query plan. Screen shot is attached.
> Drill 1.9.0 git commit ID : f3c26e34



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)