This is an automated email from the ASF dual-hosted git repository.
fengzhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 8a80b72 [CALCITE-3846] EnumerableMergeJoin: wrong comparison of
composite key with null values
add 888dd3a [CALCITE-3684] Supports CONCAT for variable arguments (Wenhui
Tang)
No new revisions were added by this update.
Summary of changes:
.../calcite/adapter/enumerable/RexImpTable.java | 4 ++
.../org/apache/calcite/runtime/SqlFunctions.java | 5 ++
.../calcite/sql/fun/SqlLibraryOperators.java | 22 +++++----
.../org/apache/calcite/sql/type/ReturnTypes.java | 53 ++++++++++++++++++++++
.../org/apache/calcite/util/BuiltInMethod.java | 1 +
.../calcite/sql/test/SqlOperatorBaseTest.java | 35 ++++++++++++++
core/src/test/resources/sql/functions.iq | 24 ++++++++++
site/_docs/reference.md | 3 +-
8 files changed, 137 insertions(+), 10 deletions(-)