Yuan Tian created IOTDB-6298:
--------------------------------

             Summary: group by time interval bug while using  number larger 
than INTEGER.MAX_VALUE
                 Key: IOTDB-6298
                 URL: https://issues.apache.org/jira/browse/IOTDB-6298
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Query
            Reporter: Yuan Tian
            Assignee: Yuan Tian


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)

```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to