mihaibudiu commented on code in PR #4642:
URL: https://github.com/apache/calcite/pull/4642#discussion_r2544044811
##########
core/src/main/java/org/apache/calcite/rex/RexBuilder.java:
##########
@@ -1888,10 +1888,28 @@ && areAssignable(arg, Arrays.asList(lower, upper))) {
switch (point.getKind()) {
case LITERAL:
final RexLiteral literal = (RexLiteral) point;
+ if (literal.getType().getSqlTypeName() == SqlTypeName.MULTISET) {
Review Comment:
can the person who opened the issue provide an example?
--
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]