Rahul Challapalli created DRILL-812:
---------------------------------------
Summary: 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
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)