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

Group by and order by of the same columns fails semantic analysis

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.7.1
    • None
    • None
    • None

    Description

      select offer, level_id, sum_cl_score as sumcl_floor
      FROM xxx
      GROUP BY offer, level_id, sumcl_floor
      ORDER BY offer, level_id, sumcl_floor limit 1000000;
      FAILED: Error in semantic analysis: Invalid Table Alias or Column Reference sumcl_floor

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              appodictic Edward Capriolo
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: