This is an automated email from the ASF dual-hosted git repository.
mbudiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 3a2692c25b [MINOR] Update javadoc for SqlTypeName#allowsPrecScale
method
new 1b36f07ce9 [CALCITE-5811] Error messages produced for constant
out-of-bounds arguments are confusing
new 5b441c639d Only allow integer types for arguments for substring
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:
.../org/apache/calcite/runtime/SqlFunctions.java | 32 ++++++++++++++++++++++
.../calcite/sql/fun/SqlSubstringFunction.java | 20 ++++++--------
.../org/apache/calcite/test/SqlValidatorTest.java | 14 ++++++----
.../org/apache/calcite/test/SqlOperatorTest.java | 27 ++++++++++++++++++
4 files changed, 76 insertions(+), 17 deletions(-)