mihaibudiu commented on code in PR #4579:
URL: https://github.com/apache/calcite/pull/4579#discussion_r2427538933


##########
core/src/main/java/org/apache/calcite/runtime/CalciteResource.java:
##########
@@ -1157,6 +1157,9 @@ ExInst<RuntimeException> 
multipleCapturingGroupsForRegexpFunctions(String value,
   @BaseMessage("Index in ROW type does not have a constant integer or string 
value")
   ExInst<SqlValidatorException> illegalRowIndex();
 
+  @BaseMessage("Unequal number of entries in ROW expressions")
+  ExInst<SqlValidatorException> unequalRows();

Review Comment:
   That name would suggest that the values of the row fields are unequal, and 
not their count.
   Maybe unequalRowSizes.



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