Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-403

HiveQLAnalyzer should supports standard function in the GROUP BY Clause.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.8.0
    • SQL Parser
    • None

    Description

      If user write some function at 'group by' phase on hive query mode, it makes a exception as follows:

      tajo> set tajo.hive.query.mode=true;
      tajo> select trim(name), count(1) from table1 group by trim(name);
      Unexpected aggregation function. - signature:trim
      

      It needs to support functions at 'group by' phase on hive query mode.

      Attachments

        1. TAJO-403.patch
          22 kB
          JaeHwa Jung

        Activity

          People

            blrunner JaeHwa Jung
            blrunner JaeHwa Jung
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: