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

error in function count(distinct col)

    XMLWordPrintableJSON

Details

    Description

      select
      N.cl1,
      count(distinct N.cl2) as cl2count,
      N.cl3
      from raw N
      group by
      N.cl1,
      N.cl2,
      N.cl3

      not working on 0.7 (on 0.6 work correct), but count(N.cl2) work correct

      Attachments

        Activity

          People

            Unassigned Unassigned
            humanoid Alexey Diomin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: