clintropolis commented on code in PR #13209:
URL: https://github.com/apache/druid/pull/13209#discussion_r992909147
##########
processing/src/main/java/org/apache/druid/segment/virtual/SingleStringInputDeferredEvaluationExpressionDimensionVectorSelector.java:
##########
@@ -118,7 +119,7 @@ public int getCurrentVectorSize()
*/
private static final class StringLookupVectorInputBindings implements
Expr.VectorInputBinding
{
- private final String[] currentValue = new String[1];
+ private final Object[] currentValue = new Object[1];
Review Comment:
I guess it is still used exclusively for 'deferred' single string
expressions, so maybe is ok?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]