You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/04/16 20:36:59 UTC

[jira] [Closed] (DRILL-812) describe command does not work with views

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

Rahul Challapalli closed DRILL-812.
-----------------------------------

Verified!

> describe command does not work with views
> -----------------------------------------
>
>                 Key: DRILL-812
>                 URL: https://issues.apache.org/jira/browse/DRILL-812
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>            Reporter: Rahul Challapalli
>            Assignee: Venki Korukanti
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: rankings.parquet
>
>
> git.commit.id.abbrev=70fab8c
> create view v1 as select * from `dfs/parquet/rankings`;
> describe v1;
> SQLLine : 
> message: "Failure while running fragment. < NullPointerException"
> Lilith CallStack : 
> at org.apache.drill.exec.rpc.user.QueryResultHandler$SubmissionListener.success(QueryResultHandler.java:177)
> at org.apache.drill.exec.rpc.user.QueryResultHandler$SubmissionListener.success(QueryResultHandler.java:161)
> at org.apache.drill.exec.rpc.CoordinationQueue$RpcListener.set(CoordinationQueue.java:96)
> at org.apache.drill.exec.rpc.RpcBus$InboundHandler.decode(RpcBus.java:171)
> at org.apache.drill.exec.rpc.RpcBus$InboundHandler.decode(RpcBus.java:139)
> at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
> at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:334)
> at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:320)



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