Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-1140

Incorrect ambiguous column reference error message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.5.0
    • Query Processor
    • None
    • Reviewed
    • HIVE-1140. Fix incorrect ambiguous column reference error message. (Paul Yang via zshao)

    Description

      Whenever there is an ambiguous column name reference, the error message does not reference the proper column.

      hive> FROM (SELECT key, concat(value) AS key FROM src) a SELECT a.key;
      FAILED: Error in semantic analysis: line 1:25 Ambiguous Column Reference value
      

      Attachments

        1. HIVE-1140.1.patch
          1 kB
          Paul Yang
        2. HIVE-1140.branch-0.5.1.patch
          2 kB
          Paul Yang

        Activity

          People

            pauly Paul Yang
            pauly Paul Yang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: