This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 3311d45 Require Java 1.8.0u202 or later for the build
new 280f67b [CALCITE-4429] RelOptUtil#createCastRel should throw if
source and target row types have a different number of fields
new 0ab1fe3 [CALCITE-4427] Make SUBSTRING operator comply with ISO
standard SQL
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:
babel/src/test/resources/sql/redshift.iq | 2 +-
.../calcite/adapter/enumerable/RexImpTable.java | 6 +-
.../adapter/enumerable/RexToLixTranslator.java | 22 +-
.../calcite/config/CalciteConnectionProperty.java | 17 +-
.../java/org/apache/calcite/plan/RelOptUtil.java | 10 +
.../org/apache/calcite/runtime/SqlFunctions.java | 59 +--
.../main/java/org/apache/calcite/sql/SqlKind.java | 12 +
.../calcite/sql/dialect/OracleSqlDialect.java | 2 +-
.../calcite/sql/fun/OracleSqlOperatorTable.java | 2 +-
.../calcite/sql/fun/SqlInternalOperators.java | 13 +
.../calcite/sql/fun/SqlLibraryOperators.java | 28 +-
.../calcite/sql/fun/SqlStdOperatorTable.java | 10 +
.../org/apache/calcite/sql/type/OperandTypes.java | 4 +
.../sql/validate/SqlAbstractConformance.java | 7 +
.../calcite/sql/validate/SqlConformance.java | 27 ++
.../calcite/sql/validate/SqlConformanceEnum.java | 16 +
.../sql/validate/SqlDelegatingConformance.java | 6 +
.../calcite/sql2rel/StandardConvertletTable.java | 193 ++++++++--
.../java/org/apache/calcite/tools/RelBuilder.java | 3 +
.../org/apache/calcite/util/BuiltInMethod.java | 2 +
.../calcite/sql/test/SqlOperatorBaseTest.java | 394 +++++++++++++++------
.../org/apache/calcite/test/RelBuilderTest.java | 19 +
site/_docs/reference.md | 3 +-
23 files changed, 668 insertions(+), 189 deletions(-)