You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2014/06/10 00:55:01 UTC

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

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

Venki Korukanti commented on DRILL-812:
---------------------------------------

Fix for DRILL-736 also fixes this issue.

> 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
>         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.2#6252)