Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-6298

group by time interval bug while using number larger than INTEGER.MAX_VALUE

    XMLWordPrintableJSON

Details

    Description

      Change the timestamp_precision=ns.

       

      The following query should only return 1 row, but it doesn't:

      ```

      insert into root.db.d1(time,s1) values(0,0)

      select count(s1) from root.db.d1 group by([0, 10000000000), 10000000000ns)

      ```

      Attachments

        Issue Links

          Activity

            People

              jackietien Yuan Tian
              jackietien Yuan Tian
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: