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


##########
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:
   I think you have asked the exact same question above.
   I will change it to `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