This is an automated email from the ASF dual-hosted git repository.
chunwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 1c84234 [CALCITE-3587] RexBuilder may lose decimal fraction for
creating literal with DECIMAL type (Wang Yanlin)
add 4558236 [CALCITE-3684] Implement CBRT function (Qianjin Xu)
No new revisions were added by this update.
Summary of changes:
babel/src/test/resources/sql/redshift.iq | 5 ++--
.../calcite/adapter/enumerable/RexImpTable.java | 2 ++
.../org/apache/calcite/runtime/SqlFunctions.java | 11 ++++++++
.../java/org/apache/calcite/sql/SqlDialect.java | 1 +
.../apache/calcite/sql/SqlJdbcFunctionCall.java | 7 +++++-
.../calcite/sql/fun/SqlStdOperatorTable.java | 9 +++++++
.../calcite/sql/test/SqlOperatorBaseTest.java | 29 ++++++++++++++++++++++
core/src/test/resources/sql/functions.iq | 13 ++++++++++
site/_docs/reference.md | 2 ++
9 files changed, 76 insertions(+), 3 deletions(-)