xuzifu666 commented on code in PR #4413:
URL: https://github.com/apache/calcite/pull/4413#discussion_r2141434171
##########
core/src/test/resources/sql/cast.iq:
##########
@@ -1903,7 +1903,7 @@ EnumerableCalc(expr#0=[{inputs}], expr#1=[1.11:DECIMAL(3,
2)], expr#2=[2.22:DECI
EnumerableValues(tuples=[[{ 0 }]])
!plan
-# Cast DECIMAL ARRAY ARRAY to INTEGER MULTISET MULTISET, and then convert
INTEGER ARRAY ARRAY to DECIMAL MULTISET MULTISET
+# Cast DECIMAL ARRAY ARRAY to INTEGER MULTISET MULTISET, and then convert
INTEGER MULTISET MULTISET to DECIMAL MULTISET MULTISET
Review Comment:
OK, had changed to ```Cast DECIMAL ARRAY ARRAY to DECIMAL MULTISET MULTISET,
then convert DECIMAL MULTISET MULTISET to INTEGER MULTISET MULTISET, at last
convert INTEGER MULTISET MULTISET to DECIMAL MULTISET MULTISET```, is it
fitable? @NobiGo
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]