vishnuprakaz opened a new pull request, #16773:
URL: https://github.com/apache/iceberg/pull/16773
Adds a unit test for `DateTimeUtil.microsToMillis`, which has had no direct
test since it was added in #2512.
The method was copied from Spark's `DateTimeUtils` and is used by Spark's
`ProcedureInput`. It uses `Math.floorDiv`, so pre-1970 timestamps round
down
rather than toward zero the test covers a positive and a negative value to
keep that behavior correct
--
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]