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

Specifying alias for windowing function

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.11.0
    • PTF-Windowing
    • None

    Description

      Currently we support
      select rank() as rnk over (...) from ..
      whereas sql standard dictates
      select rank() over (...) as rnk from ..
      is standard

      Attachments

        1. HIVE-4140.patch
          103 kB
          Ashutosh Chauhan

        Activity

          People

            ashutoshc Ashutosh Chauhan
            ashutoshc Ashutosh Chauhan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: