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 1775baf218 [CALCITE-5994] Add optimization rule to remove Sort when
its input's row number is less or equal to one
new 3775307e0b [CALCITE-5960] CAST throws NullPointerException if
SqlTypeFamily of targetType is null
new 1cc1eb3a47 [CALCITE-5995] JSON_VALUE, JSON_EXISTS, JSON_QUERY
functions should cache generated objects between calls
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 | 18 +-
.../adapter/enumerable/RexToLixTranslator.java | 59 ++-
.../org/apache/calcite/runtime/JsonFunctions.java | 399 +++++++++++----------
.../org/apache/calcite/runtime/SqlFunctions.java | 5 +-
.../org/apache/calcite/util/BuiltInMethod.java | 16 +-
.../apache/calcite/test/SqlJsonFunctionsTest.java | 121 ++++---
core/src/test/resources/sql/misc.iq | 12 +
.../org/apache/calcite/test/SqlOperatorTest.java | 23 +-
8 files changed, 355 insertions(+), 298 deletions(-)