Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-2205

clause HAVING doesn't work for count

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0.final
    • sql
    • None

    Description

      The setup is similar to IGNITE-2143
      Can be reproduced on a single node.
      Query :
      sharedRDD.sql("select lang, count(lang) as cnt from gitrecord group by lang having cnt > 5").show

      The result set contains all elements like there is no HAVING clause. That's reproducible only for count field. Others works like a charm.

      Attachments

        Activity

          People

            sergi Sergei Vladykin
            sergey.soldatov Sergey Soldatov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: