This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 20014b6c5b [CALCITE-5283] Add ARG_MIN, ARG_MAX (aka MIN_BY, MAX_BY)
aggregate functions
new 02b67eae84 [CALCITE-5349] RelJson deserialization should support
SqlLibraryOperators
new c4155b8dab [CALCITE-5489] When creating a RexCall to TIMESTAMP_DIFF
function, cannot convert a TIMESTAMP literal to a
org.apache.calcite.avatica.util.TimeUnit
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 | 11 +++++
.../apache/calcite/rel/externalize/RelJson.java | 54 +++++++++++++++++++---
.../calcite/rel/externalize/RelJsonReader.java | 11 ++++-
.../calcite/rel/externalize/RelJsonWriter.java | 16 ++++++-
.../org/apache/calcite/sql/SqlOperatorBinding.java | 13 ++++++
.../calcite/sql/fun/SqlTimestampDiffFunction.java | 10 ++--
.../org/apache/calcite/sql/type/SqlTypeName.java | 6 +++
.../apache/calcite/plan/RelOptPlanReaderTest.java | 2 +-
.../org/apache/calcite/plan/RelWriterTest.java | 31 ++++++++++++-
.../org/apache/calcite/rex/RexBuilderTest.java | 33 +++++++++++++
core/src/test/resources/sql/misc.iq | 11 +++++
11 files changed, 179 insertions(+), 19 deletions(-)