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 14bde13723 Correct typos in Gradle file comments
add 68f473ef95 [CALCITE-6169] EnumUtils.convert does not implement the
correct SQL cast semantics
No new revisions were added by this update.
Summary of changes:
.../calcite/adapter/enumerable/EnumUtils.java | 20 ++++++++-
.../java/org/apache/calcite/rex/RexBuilder.java | 8 +---
.../org/apache/calcite/sql/SqlNumericLiteral.java | 22 +++++----
.../calcite/test/TypeCoercionConverterTest.xml | 10 ++---
.../apache/calcite/linq4j/tree/Expressions.java | 52 ++++------------------
.../calcite/linq4j/tree/UnaryExpression.java | 18 ++++++++
.../calcite/sql/test/SqlOperatorFixture.java | 10 +++--
.../org/apache/calcite/test/SqlOperatorTest.java | 8 ++--
8 files changed, 75 insertions(+), 73 deletions(-)