Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-5100 add run time scalar subquery check
  3. IMPALA-8954

Support uncorrelated subqueries in the select list

    XMLWordPrintableJSON

Details

    • ghx-label-12

    Description

      [localhost:21000] default> select 'foo', (select 'bar');
      Query: select 'foo', (select 'bar')
      Query submitted at: 2019-09-18 13:44:43 (Coordinator: http://tarmstrong-box:25000)
      ERROR: AnalysisException: Subqueries are not supported in the select list.
      

      I think we can support these, implemented as a nested loop join with a cardinality check node if needed.

      Attachments

        Issue Links

          Activity

            People

              superdupershant Shant Hovsepian
              tarmstrong Tim Armstrong
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: