This is an automated email from the ASF dual-hosted git repository.
mihaibudiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from ed12f36f19 [CALCITE-7684] HOPPING and TUMBLING window queries crash at
runtime for NULL timestamps
new 0de42de000 Stronger validation for JOIN UNNEST
new 33294714aa [CALCITE-7669] Uncollect should support the Trino semantics
of UNNEST
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:
.../adapter/enumerable/EnumerableUncollect.java | 38 ++++-
.../enumerable/EnumerableUncollectRule.java | 2 +-
.../org/apache/calcite/rel/core/Uncollect.java | 120 ++++++++++---
.../calcite/rel/logical/ToLogicalConverter.java | 5 +-
.../apache/calcite/rel/mutable/MutableRels.java | 5 +-
.../calcite/rel/mutable/MutableUncollect.java | 37 +++-
.../apache/calcite/runtime/CalciteResource.java | 3 +
.../org/apache/calcite/runtime/SqlFunctions.java | 49 +++++-
.../org/apache/calcite/sql/SqlUnnestOperator.java | 13 +-
.../calcite/sql/validate/SqlValidatorImpl.java | 30 ++++
.../apache/calcite/sql2rel/SqlToRelConverter.java | 4 +-
.../calcite/runtime/CalciteResource.properties | 1 +
.../org/apache/calcite/test/CoreQuidemTest.java | 7 +
.../org/apache/calcite/test/SqlFunctionsTest.java | 82 +++++++++
.../org/apache/calcite/test/SqlValidatorTest.java | 24 +++
.../apache/calcite/test/SqlToRelConverterTest.xml | 14 +-
core/src/test/resources/sql/unnest.iq | 189 +++++++++++++++++++++
17 files changed, 566 insertions(+), 57 deletions(-)