You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/09/20 01:58:40 UTC

[GitHub] [iotdb] Cpaulyz opened a new pull request, #7362: [IOTDB-4453] Fix the overflow of compareTo in TimeRange

Cpaulyz opened a new pull request, #7362:
URL: https://github.com/apache/iotdb/pull/7362

   ## Description
   
   The original implementation used the result value calculated by `this.min - r.min` or`this.max - r.max`. This may encounter Long type overflow.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] JackieTien97 merged pull request #7362: [IOTDB-4453] Fix the overflow of compareTo in TimeRange

Posted by GitBox <gi...@apache.org>.
JackieTien97 merged PR #7362:
URL: https://github.com/apache/iotdb/pull/7362


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org