You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2014/05/22 18:37:01 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 ]

Rahul Challapalli updated DRILL-812:
------------------------------------

    Attachment: rankings.parquet

Attached the parquet file used in the query

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