Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-2052

Division Bug In Group By SQL The result turn to NULL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Cannot Reproduce
    • 4.3.0
    • 4.7.0
    • None
    • hbase 0.98 phoenix 4.3

    Description

      when use division in group by sql the result turn to null

      select a , floor( b/4 ) as t from test group by a, t
      123 null
      123 null

      select a , floor( b * 0.25 ) as t from test group by a, t
      123 1
      123 2

      Attachments

        Activity

          People

            sergey.soldatov Sergey Soldatov
            peiliping PeiLiping
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: