snuyanzin commented on code in PR #4389:
URL: https://github.com/apache/calcite/pull/4389#discussion_r2096346361
##########
core/src/main/java/org/apache/calcite/sql/SqlUtil.java:
##########
@@ -835,9 +835,17 @@ public static SqlNode getSelectListItem(SqlNode query, int
i) {
assert row.operandCount() > i : "VALUES has too few columns";
return row.operand(i);
+ case EXCEPT:
Review Comment:
updated in jira description
>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
--
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]