mihaibudiu commented on code in PR #4579:
URL: https://github.com/apache/calcite/pull/4579#discussion_r2427598329
##########
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:
"entries" are the fields of the row.
"size" is the count of the "entries" collection.
--
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]