You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/06/09 18:45:12 UTC

[jira] [Updated] (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 ]

Jacques Nadeau updated DRILL-812:
---------------------------------

    Priority: Minor  (was: Major)

> 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)