This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
from a111295d6 Prepare for next development iteration
new e47b43ee8 [CALCITE-1639] TIMESTAMPADD(MONTH, ...) should return last
day of month if the day overflows
new e2ba4a7c3 [CALCITE-5338] In DateTimeUtils, deprecate floorMod and
floorDiv, and use equivalents in java.lang.Math
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/calcite/avatica/remote/TypedValue.java | 4 +-
.../calcite/avatica/util/AbstractCursor.java | 6 +--
.../apache/calcite/avatica/util/DateTimeUtils.java | 57 +++++++++++-----------
.../calcite/avatica/util/DateTimeUtilsTest.java | 48 +++++++++---------
4 files changed, 58 insertions(+), 57 deletions(-)