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 0f0288f4e9 [CALCITE-5767] JDBC adapter for MSSQL adds GROUPING to
ORDER BY clause twice when emulating NULLS LAST
new 3dfefd1a95 [CALCITE-5707] Add ARRAY_CONTAINS function (enabled in
Spark library)
new 0f68201723 [CALCITE-5755] In Sarg, allow TimestampString values to be
serialized to/from JSON
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 | 2 ++
.../apache/calcite/rel/externalize/RelJson.java | 3 +-
.../org/apache/calcite/runtime/SqlFunctions.java | 5 +++-
.../main/java/org/apache/calcite/sql/SqlKind.java | 3 ++
.../calcite/sql/fun/SqlLibraryOperators.java | 9 +++++-
...er.java => ArrayElementOperandTypeChecker.java} | 32 +++++++---------------
.../org/apache/calcite/sql/type/OperandTypes.java | 3 ++
.../org/apache/calcite/sql/type/ReturnTypes.java | 8 ++++++
.../apache/calcite/sql/type/SqlTypeTransforms.java | 15 ++++++++++
.../org/apache/calcite/util/BuiltInMethod.java | 1 +
.../org/apache/calcite/util/TimestampString.java | 6 +++-
.../main/java/org/apache/calcite/util/Util.java | 16 +++++++----
.../org/apache/calcite/plan/RelWriterTest.java | 12 ++++++++
.../java/org/apache/calcite/util/UtilTest.java | 7 +++++
site/_docs/reference.md | 1 +
.../org/apache/calcite/test/SqlOperatorTest.java | 32 ++++++++++++++++++++++
16 files changed, 123 insertions(+), 32 deletions(-)
copy
core/src/main/java/org/apache/calcite/sql/type/{MultisetOperandTypeChecker.java
=> ArrayElementOperandTypeChecker.java} (68%)