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

improve group by syntax

    XMLWordPrintableJSON

Details

    • Reviewed
    • Allow the syntax of position alias in groupby expression.

    Description

      It would be nice if group by allowed either column aliases or column position (like mysql).

      It can be burdensome to have to repeat UDFs both in the select and in the group by.

      e.g. instead of:
      select f1(col1), f2(col2), f3(col3), count(1) group by f1(col1), f2(col2), f3(col3);

      it would allow:
      select f1(col1), f2(col2), f3(col3), count(1) group by 1, 2, 3;

      Attachments

        1. HIVE-581.1.patch.txt
          60 kB
          Zhenxiao Luo
        2. HIVE-581.2.patch.txt
          60 kB
          Zhenxiao Luo

        Issue Links

          Activity

            People

              zhenxiao Zhenxiao Luo
              ogrodnek Larry Ogrodnek
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: