[ 
https://issues.apache.org/jira/browse/DRILL-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13984851#comment-13984851
 ] 

Ramana Inukonda Nagaraj commented on DRILL-587:
-----------------------------------------------

Full plan, was truncated earlier.

| ScreenPrel: rowcount = 100.0, cumulative cost = {508.4136148790474 rows, 
161.0 cpu, 0.0 io}, id = 23375
  SingleMergeExchangePrel(sort0=[1 ASC]): rowcount = 100.0, cumulative cost = 
{498.4136148790474 rows, 151.0 cpu, 0.0 io}, id = 23374
    SortPrel(sort0=[$1], dir0=[ASC]): rowcount = 100.0, cumulative cost = 
{488.4136148790474 rows, 141.0 cpu, 0.0 io}, id = 23373
      HashToRandomExchangePrel(dist0=[[$1]]): rowcount = 100.0, cumulative cost 
= {120.0 rows, 131.0 cpu, 0.0 io}, id = 23372
        ProjectPrel(name=[$1], age=[$2]): rowcount = 100.0, cumulative cost = 
{110.0 rows, 121.0 cpu, 0.0 io}, id = 23371
          ScanPrel(table=[[dfs, drillTestDirP1, student]]): rowcount = 100.0, 
cumulative cost = {100.0 rows, 101.0 cpu, 0.0 io}, id = 23273



> Order by on projected columns fails
> -----------------------------------
>
>                 Key: DRILL-587
>                 URL: https://issues.apache.org/jira/browse/DRILL-587
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Ramana Inukonda Nagaraj
>
> 0: jdbc:drill:schema=dfs.drillTestDirP1> explain plan for select name,age 
> from student order by age;
> +------------+------------+
> |    text    |    json    |
> +------------+------------+
> | ScreenPrel: rowcount = 100.0, cumulative cost = {508.4136148790474 rows, 
> 161.0 cpu, 0.0 io}, id = 12142
>   SingleMergeExchangePrel(sort0=[1 ASC]): rowcount = 100.0, cumulative cost = 
> {498.4136148790474 rows, 151.0 cpu, 0.0 io}, id = 12141
>     SortPrel(sort0=[$1], dir |
> +------------+------------+
> 1 row selected (0.064 seconds)
> 0: jdbc:drill:schema=dfs.drillTestDirP1> select name,age from student order 
> by age;
> Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while 
> running query.[error_id: "50315910-bb12-496f-ae39-cb4844dd0301"
> endpoint {
>   address: "drillats3.qa.lab"
>   user_port: 31010
>   control_port: 31011
>   data_port: 31012
> }
> error_type: 0
> message: "Failure while running fragment. < ClassCastException:[ 
> org.apache.drill.exec.vector.VarBinaryVector cannot be cast to 
> org.apache.drill.exec.vector.IntVector ]"
> ]
> Error: exception while executing query (state=,code=0)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to