761417898 opened a new pull request, #159:
URL: https://github.com/apache/tsfile/pull/159

   The issue arose because the tv_sec (long) used to represent the seconds 
timestamp is stored as a 32-bit value under MinGW. When we calculate the 
milliseconds timestamp using tv_sec * 1000, an overflow occurs. This overflow 
problem was detected during unit testing. Coincidentally, the calculation of 
the seconds timestamp a few days ago did not result in an 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to