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 d08b5cf73f [CALCITE-5691] IN sub-query inside FILTER clause throws
IndexOutOfBoundsException
new f7ad9093f4 [CALCITE-5699] Negated posix regex expressions throw
NullPointerException when applied to NULL values
new b0420947dd [CALCITE-5662] Allow CAST(BOOLEAN as INTEGER) (if enabled
by conformance)
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:
.../java/org/apache/calcite/test/BabelTest.java | 18 ++++++++
babel/src/test/resources/sql/postgresql.iq | 51 ++++++++++++++++++++++
.../calcite/adapter/enumerable/RexImpTable.java | 10 +++--
.../calcite/rel/type/RelDataTypeFactory.java | 22 +++++++++-
.../calcite/rel/type/RelDataTypeFactoryImpl.java | 11 +++--
.../java/org/apache/calcite/rex/RexBuilder.java | 6 +++
.../apache/calcite/sql/fun/SqlCastFunction.java | 13 ++++--
.../calcite/sql/type/SqlTypeCoercionRule.java | 42 +++++++++++++++++-
.../calcite/sql/type/SqlTypeFactoryImpl.java | 22 ++++++----
.../org/apache/calcite/sql/type/SqlTypeUtil.java | 48 +++++++++++++-------
.../sql/validate/SqlAbstractConformance.java | 4 +-
.../calcite/sql/validate/SqlConformance.java | 16 ++++---
.../calcite/sql/validate/SqlConformanceEnum.java | 8 +++-
.../sql/validate/SqlDelegatingConformance.java | 5 +--
.../apache/calcite/sql/validate/SqlValidator.java | 8 ++++
.../calcite/sql/validate/SqlValidatorImpl.java | 35 +++++++++------
.../validate/implicit/AbstractTypeCoercion.java | 31 +++++++++----
.../sql/validate/implicit/TypeCoercionImpl.java | 4 +-
.../apache/calcite/sql/type/SqlTypeUtilTest.java | 23 ++++++++++
.../org/apache/calcite/test/SqlValidatorTest.java | 16 +++++--
site/_docs/reference.md | 2 +-
.../org/apache/calcite/test/SqlOperatorTest.java | 20 +++++++++
22 files changed, 339 insertions(+), 76 deletions(-)