This is an automated email from the ASF dual-hosted git repository.
mbudiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from bb256437cd [CALCITE-6766] Move DATEADD and DATEDIFF from PostgreSQL to
Redshift library
new d6e4cc437f [CALCITE-6770] Preserve column names when casts are
inserted in projects
new 129e5cc89c Casts between time intervals do not require scaling
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/RexToLixTranslator.java | 5 +++-
.../validate/implicit/AbstractTypeCoercion.java | 8 +++++-
.../org/apache/calcite/test/JdbcAdapterTest.java | 4 +--
.../apache/calcite/test/SqlToRelConverterTest.java | 9 +++++++
.../org/apache/calcite/test/HepPlannerTest.xml | 16 ++++++------
.../org/apache/calcite/test/RelOptRulesTest.xml | 8 +++---
.../apache/calcite/test/SqlToRelConverterTest.xml | 30 ++++++++++++++++------
.../calcite/test/TypeCoercionConverterTest.xml | 2 +-
core/src/test/resources/sql/sub-query.iq | 16 ++++++------
9 files changed, 65 insertions(+), 33 deletions(-)