shuwenwei opened a new pull request, #16691: URL: https://github.com/apache/iotdb/pull/16691
## Description ``` IoTDB:test_db> explain analyze verbose select date_bin(5ms, time) as time, region_id, int32, int64, avg(float) as avg_value from table_1 where time >= 2 and time < 1 GROUP BY 1,2,3,4; Msg: org.apache.iotdb.jdbc.IoTDBSQLException: 301: min:9223372036854775807 should not be larger than max: -9223372036854775808 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
