asolimando commented on code in PR #4218:
URL: https://github.com/apache/calcite/pull/4218#discussion_r1973563495
##########
druid/src/main/java/org/apache/calcite/adapter/druid/DruidJsonFilter.java:
##########
@@ -268,14 +268,11 @@ abstract class DruidJsonFilter implements DruidJson {
private static @Nullable DruidJsonFilter toInKindDruidFilter(RexNode e,
RelDataType rowType,
DruidQuery druidQuery) {
- switch (e.getKind()) {
Review Comment:
This seems an equivalent rewrite? In that case please revert, we try to keep
the diff as minimal as possible unless there is a compelling reason for the
change.
--
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]