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 aa5397bed4 [CALCITE-5821] Add FORMAT_NUMBER function (enabled in Hive
and Spark library)
new 526d63a237 [CALCITE-5933] Add SAFE_DIVIDE function (enabled in
BigQuery library)
new 4804912cdc Address Oliver's comments
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:
babel/src/test/resources/sql/big-query.iq | 71 ++++++++++
.../calcite/adapter/enumerable/RexImpTable.java | 3 +
.../org/apache/calcite/runtime/SqlFunctions.java | 67 ++++++++++
.../calcite/sql/fun/SqlLibraryOperators.java | 9 ++
.../org/apache/calcite/sql/type/ReturnTypes.java | 22 ++++
.../org/apache/calcite/util/BuiltInMethod.java | 1 +
site/_docs/reference.md | 1 +
.../org/apache/calcite/test/SqlOperatorTest.java | 146 +++++++++++++++------
8 files changed, 283 insertions(+), 37 deletions(-)