You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2018/04/20 15:28:00 UTC

[jira] [Resolved] (IMPALA-6896) NullPointerException in DESCRIBE FORMATTED on views

     [ https://issues.apache.org/jira/browse/IMPALA-6896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fredy Wijaya resolved IMPALA-6896.
----------------------------------
    Resolution: Fixed

> 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 3.0, Impala 2.12.0
>            Reporter: Fredy Wijaya
>            Assignee: Fredy Wijaya
>            Priority: Blocker
>              Labels: regression
>             Fix For: Impala 3.0, Impala 2.12.0
>
>
> {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)