mihaibudiu commented on code in PR #4070:
URL: https://github.com/apache/calcite/pull/4070#discussion_r1864434291
##########
testkit/src/main/java/org/apache/calcite/sql/test/SqlTests.java:
##########
@@ -65,6 +65,15 @@ public abstract class SqlTests {
public static final TypeChecker ANY_TYPE_CHECKER = (sql, type) -> {
};
+ /**
+ * Checker which data type should be nullable.
Review Comment:
I would rephrase this as "checker which enforces that a data type is
nullable"
--
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]