clintropolis commented on a change in pull request #9484: Harmonization and
bug-fixing for selector and filter behavior on unknown types.
URL: https://github.com/apache/druid/pull/9484#discussion_r389843860
##########
File path:
processing/src/main/java/org/apache/druid/segment/virtual/RowBasedExpressionColumnValueSelector.java
##########
@@ -95,7 +95,7 @@ private boolean isBindingArray(String x)
{
Object binding = bindings.get(x);
if (binding != null) {
- if (binding instanceof String[] && ((String[]) binding).length > 1) {
+ if (binding instanceof String[]) {
Review comment:
:+1:
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]