caicancai commented on code in PR #3873:
URL: https://github.com/apache/calcite/pull/3873#discussion_r1685248328
##########
core/src/test/java/org/apache/calcite/test/TypeCoercionTest.java:
##########
@@ -638,22 +638,39 @@ static class Fixture {
// single types
final RelDataType nullType;
final RelDataType booleanType;
+ final RelDataType nullableBooleanType;
Review Comment:
Should JavaDoc be added here to explain the difference from nulltype?
--
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]