JiajunBernoulli commented on code in PR #3650:
URL: https://github.com/apache/calcite/pull/3650#discussion_r1468379232


##########
core/src/main/java/org/apache/calcite/sql/type/ReturnTypes.java:
##########
@@ -615,10 +615,11 @@ public static SqlCall stripSeparator(SqlCall call) {
       ARG0.andThen(SqlTypeTransforms.TO_MULTISET);
 
   /**
-   * Returns the element type of a MULTISET.
+   * Returns the element type of a MULTISET, with nullability enforced.
    */
   public static final SqlReturnTypeInference MULTISET_ELEMENT_NULLABLE =

Review Comment:
   Yes, we should use old name.
   
   I like using a new field to fix it. 
   
   Please squash commits and I will merge it soon.



-- 
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]

Reply via email to