Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In Avatica's DateTimeUtils, replace floorDiv and floorMod with equivalents in java.lang.Math.
The JDK equivalents were introduced in Java 8 (after Avatica was written) but now possibly have superior performance (due to intrinsics).
floorMod(long, int), which was introduced in JDK 9, is still off-limits.