This is an automated email from the ASF dual-hosted git repository. zabetak pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git.
omit 1a9b87f [CALCITE-3331] Support implicit type cast for operators that use single operand family checker add 5c25c38 Remove the useless JdbcConvention out in descriptionPrefix for JdbcToEnumerableConverterRule (Wenhui Tang) add faeb6d0 [CALCITE-3322] Remove duplicate test case in RelMetadataTest (沈洪) add 6fabfd6 [CALCITE-3321] BigQuery does not have correct casing rules (Lindsey Meyer) add 8c941e0 Cosmetic code changes add 3580276 [CALCITE-3303] Release Calcite 1.21.0 add adc1532 [maven-release-plugin] prepare release calcite-1.21.0 add 7998028 [maven-release-plugin] prepare for next development iteration add 034bd79 Improve 1.21.0 release note add 3f7bbae Add 1.21.0 release announcement This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (1a9b87f) \ N -- N -- N refs/heads/master (3f7bbae) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: README | 2 +- babel/pom.xml | 4 +- cassandra/pom.xml | 4 +- core/pom.xml | 4 +- .../adapter/enumerable/EnumerableHashJoin.java | 4 +- .../jdbc/JdbcToEnumerableConverterRule.java | 2 +- .../calcite/sql/dialect/BigQuerySqlDialect.java | 6 +- .../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 | 77 +++-- .../sql/validate/implicit/TypeCoercionImpl.java | 47 +-- .../sql/validate/implicit/package-info.java | 22 +- .../apache/calcite/sql2rel/SqlToRelConverter.java | 13 +- .../org/apache/calcite/plan/RelWriterTest.java | 6 +- .../apache/calcite/runtime/EnumerablesTest.java | 6 +- .../apache/calcite/sql/parser/SqlParserTest.java | 5 + .../org/apache/calcite/test/RelMetadataTest.java | 4 +- .../org/apache/calcite/test/SqlValidatorTest.java | 36 +-- .../test/java/org/apache/calcite/util/Smalls.java | 8 +- druid/pom.xml | 4 +- elasticsearch/pom.xml | 4 +- example/csv/pom.xml | 4 +- example/function/pom.xml | 4 +- example/pom.xml | 4 +- file/pom.xml | 4 +- geode/pom.xml | 4 +- kafka/pom.xml | 2 +- linq4j/pom.xml | 4 +- mongodb/pom.xml | 4 +- pig/pom.xml | 4 +- piglet/pom.xml | 4 +- plus/pom.xml | 4 +- pom.xml | 4 +- server/pom.xml | 4 +- site/_docs/adapter.md | 6 +- site/_docs/history.md | 357 ++++++++++++++++++++- site/_docs/howto.md | 8 +- site/_docs/reference.md | 100 +++--- site/_posts/2019-09-11-release-1.21.0.md | 54 ++++ spark/pom.xml | 4 +- splunk/pom.xml | 4 +- ubenchmark/pom.xml | 2 +- 46 files changed, 704 insertions(+), 275 deletions(-) create mode 100644 site/_posts/2019-09-11-release-1.21.0.md