snuyanzin commented on code in PR #4389:
URL: https://github.com/apache/calcite/pull/4389#discussion_r2096345800
##########
core/src/main/java/org/apache/calcite/runtime/CalciteResource.java:
##########
@@ -1150,4 +1150,7 @@ ExInst<RuntimeException>
multipleCapturingGroupsForRegexpFunctions(String value,
@BaseMessage("Index in ROW type does not have a constant integer or string
value")
ExInst<SqlValidatorException> illegalRowIndex();
+
+ @BaseMessage("Unsupported SQL kind ''{0}'' among SELECT items")
Review Comment:
finally it seems the the reason of our failure was
>UPD: it looks the reason of failures we faced is unsupported UNION,
INTERSECT, EXCEPT, MINUS in SqlUtil#getSelectListItem
added support for this and changes in this file reverted
--
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]