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

Improve error message when subquery is used in the ON clause

    XMLWordPrintableJSON

Details

    Description

      Improve the error message when a subquery is used in an ON clause.
      Example:

      [localhost:21000] > select * from alltypes a inner join alltypes b on a.id = b.id and a.int_col < (select min(id) from alltypes c);
      Query: select * from alltypes a inner join alltypes b on a.id = b.id and a.int_col < (select min(id) from alltypes c)
      ERROR: AnalysisException: null
      CAUSED BY: IllegalStateException: null
      

      Attachments

        Issue Links

          Activity

            People

              pranay_singh Pranay Singh
              dtsirogiannis Dimitris Tsirogiannis
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: