xiedeyantu commented on code in PR #4642:
URL: https://github.com/apache/calcite/pull/4642#discussion_r2549895110
##########
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:
I'll temporarily close this PR. If someone can reference this Jira issue and
provide examples, we can revisit how to implement it.
--
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]