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 22577e4 [CALCITE-3228] Error while applying rule ProjectScanRule:
interpreter
new 00ad79b [CALCITE-3263] Add MD5, SHA1 SQL functions (Shuming Li)
new 48c0db1 [CALCITE-3220] JDBC adapter now transforms TRIM to TRIM,
LTRIM or RTRIM when target is Hive (Jacky Woo)
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:
.../calcite/adapter/enumerable/RexImpTable.java | 4 +++
.../org/apache/calcite/runtime/SqlFunctions.java | 21 +++++++++++++
.../apache/calcite/sql/dialect/HiveSqlDialect.java | 34 ++++++++++++++++++--
.../calcite/sql/fun/SqlLibraryOperators.java | 20 ++++++++++++
.../org/apache/calcite/util/BuiltInMethod.java | 2 ++
.../calcite/rel/rel2sql/RelToSqlConverterTest.java | 36 ++++++++++++++++++++++
.../calcite/sql/test/SqlOperatorBaseTest.java | 34 ++++++++++++++++++++
.../org/apache/calcite/test/SqlFunctionsTest.java | 30 ++++++++++++++++++
site/_docs/reference.md | 22 +++++++------
9 files changed, 191 insertions(+), 12 deletions(-)