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

Support subqueries in disjunctions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • Impala 2.1.1
    • None
    • Frontend

    Description

      For example a query like

      select count from t1 where
      ( t1.a > 5 and not exists (select * from t2 where t1.a=t2.b))
      or
      ( t1.a > 5 and not exists (select * from t2 where t1.a=t2.b));

      Currently this gives,

      ERROR: AnalysisException: Subqueries in OR predicates are not supported

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bharathv Bharath Vissapragada
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: