Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 3.0, Impala 2.12.0
-
ghx-label-8
Description
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;
impala-shell.sh -i localhost:21001 (second impalad) [localhost:21001] default> describe formatted v1; Query: describe formatted v1 ERROR: NullPointerException: null