This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 955d4ea [CALCITE-3115] Cannot add JdbcRules which have different
JdbcConvention to same VolcanoPlanner's RuleSet (Wenhui Tang, Igor Guzenko)
add 1a9b87f [CALCITE-3331] Support implicit type cast for operators that
use single operand family checker
No new revisions were added by this update.
Summary of changes:
.../calcite/sql/fun/SqlDatePartFunction.java | 10 ++-
.../org/apache/calcite/sql/fun/SqlDotOperator.java | 2 +
.../calcite/sql/fun/SqlJsonRemoveFunction.java | 9 ++-
.../calcite/sql/fun/SqlRegexpReplaceFunction.java | 35 ++++++-----
.../calcite/sql/fun/SqlSubstringFunction.java | 73 +++++++---------------
.../sql/type/SqlSingleOperandTypeChecker.java | 7 +++
.../sql/validate/implicit/TypeCoercion.java | 33 +++++-----
.../sql/validate/implicit/TypeCoercionImpl.java | 16 ++---
.../sql/validate/implicit/package-info.java | 22 +++----
.../org/apache/calcite/test/SqlValidatorTest.java | 36 ++++++++++-
site/_docs/reference.md | 4 +-
11 files changed, 135 insertions(+), 112 deletions(-)