This is an automated email from the ASF dual-hosted git repository.
tanner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from e969f87aea [CALCITE-5778] Add ARRAY_JOIN, ARRAYS_OVERLAP, ARRAYS_ZIP
function (enabled in Spark library)
new b40ce21874 [CALCITE-5709] Add TO_BASE32 and FROM_BASE32 functions
(enabled in BigQuery library)
new a60d403486 fix typo
new 0c77afd6af add ReturnTypes.VARCHAR_NULLABLE
new 9ebeea96e3 adjust operand type checker
The 4 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:
.../calcite/adapter/enumerable/RexImpTable.java | 4 +++
.../org/apache/calcite/runtime/SqlFunctions.java | 22 +++++++++++++
.../calcite/sql/fun/SqlLibraryOperators.java | 19 +++++++++---
.../org/apache/calcite/sql/type/ReturnTypes.java | 13 ++++++++
.../org/apache/calcite/util/BuiltInMethod.java | 2 ++
site/_docs/reference.md | 2 ++
.../org/apache/calcite/test/SqlOperatorTest.java | 36 ++++++++++++++++++++++
7 files changed, 94 insertions(+), 4 deletions(-)