chunweilei commented on code in PR #2803:
URL: https://github.com/apache/calcite/pull/2803#discussion_r876543812
##########
core/src/test/java/org/apache/calcite/test/TypeCoercionTest.java:
##########
@@ -216,7 +216,7 @@ private static ImmutableList<RelDataType> combine(
sql("select '1' from (values(true)) union values 2")
.type("RecordType(VARCHAR NOT NULL EXPR$0) NOT NULL");
sql("select (select 1+2 from (values true)) tt from (values(true)) union
values '2'")
- .type("RecordType(VARCHAR NOT NULL TT) NOT NULL");
+ .type("RecordType(VARCHAR TT) NOT NULL");
// union with star
Review Comment:
Is this change expected?
--
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]