Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Works for Me
-
Impala 2.0
-
CDH 5.2 with Impala 2.0 - running on cluster of 3 AMD powered servers
Description
Creating a view with EXISTS or IN clause and subquery fails with Analysis exception:null
create view test_view as select * from my_table where user_name IN (select user_name from my_table2);
ERROR: AnalysisException: null
CAUSED BY: NullPointerException: null