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

add support for ORDER BY to GROUP_CONCAT()

    XMLWordPrintableJSON

Details

    Description

      Currently Impala does not support ORDER BY for GROUP_CONCAT(), nor DISTINCT, but seems ordered lists would be most useful of those two if forced to choose just one.

      MySQL syntax:

      GROUP_CONCAT([DISTINCT] expr [,expr ...]
                   [ORDER BY {unsigned_integer | col_name | expr}
                       [ASC | DESC] [,col_name ...]]
                   [SEPARATOR str_val])
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              grahn Greg Rahn
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: