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.git
from a17519319c Updated javadoc instructions to regenerate
RelOptRulesTest.xml replacing Maven path with Gradle path
new 27592e5576 [CALCITE-5338] In Avatica's DateTimeUtils, replace floorDiv
and floorMod with equivalents in java.lang.Math
new 21110741ff [CALCITE-5339] Use Method#getParameterCount rather than
Method#getParameterTypes to get length
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:
.../rel/metadata/janino/CacheGeneratorUtil.java | 2 +-
.../org/apache/calcite/runtime/SqlFunctions.java | 21 +++++++++------------
.../calcite/schema/impl/ReflectiveFunctionBase.java | 4 ++--
.../apache/calcite/sql/pretty/SqlPrettyWriter.java | 6 +++---
.../java/org/apache/calcite/util/BuiltInMethod.java | 4 ++--
.../java/org/apache/calcite/util/TimeString.java | 4 +++-
.../apache/calcite/util/TimeWithTimeZoneString.java | 4 +++-
.../org/apache/calcite/util/TimestampString.java | 4 +++-
.../calcite/util/TimestampWithTimeZoneString.java | 4 +++-
.../java/org/apache/calcite/test/SqlTestGen.java | 2 +-
.../java/org/apache/calcite/test/CalciteAssert.java | 2 +-
11 files changed, 31 insertions(+), 26 deletions(-)