Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-1417

CREATE VIEW with WHERE EXISTS / IN with subquery fails with AnalysisException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Works for Me
    • Impala 2.0
    • Impala 2.0.1
    • Clients
    • 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

      Attachments

        Activity

          People

            dtsirogiannis Dimitris Tsirogiannis
            mcgiver_impala_e592 Alex Finch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: