ZhangChaoming opened a new pull request #3868:
URL: https://github.com/apache/iceberg/pull/3868
Add annotation to skip build warnings.
```
[JavaInstantGetSecondsGetNano] instant.getNano() only accesses the
underlying nanosecond adjustment from the whole second.
cv.nanos[rowId] = (instant.getNano() / 1_000) * 1_000;
^
(see https://errorprone.info/bugpattern/JavaInstantGetSecondsGetNano)
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]