Fredy Wijaya created IMPALA-6896:
------------------------------------
Summary: NullPointerException in DESCRIBE FORMATTED on views
Key: IMPALA-6896
URL: https://issues.apache.org/jira/browse/IMPALA-6896
Project: IMPALA
Issue Type: Bug
Components: Frontend
Affects Versions: Impala 2.11.0
Reporter: Fredy Wijaya
{noformat}
impala-shell -i localhost:21000 (first impalad)
[localhost:21000] default> create view v1 as select * from functional.alltypes;
[localhost:21000] default> alter view v1 as select * from tpch.customer;
{noformat}
{noformat}
impala-shell.sh -i localhost:21001 (second impalad)
[localhost:21001] default> describe formatted v1;
Query: describe formatted v1
ERROR: NullPointerException: null{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)