davedwwang opened a new pull request, #3964:
URL: https://github.com/apache/amoro/pull/3964

   Fix #3665.
   
   The primary changes address two critical areas:
   
   - **Long Type Overflow Prevention:** Modified the algorithm for converting 
Iceberg expireTimestamp to days. The calculation `(expireTimestamp / 
MS_PER_DAY) + 1` is used to replace the previous approach, successfully 
mitigating the risk of `long` type overflow when dealing with extremely large 
timestamp values, thereby enhancing calculation robustness.
   
   - **Test Case Reliability:** Corrected existing unit test failures.


-- 
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