Jackie-Jiang commented on code in PR #19247:
URL: https://github.com/apache/pinot/pull/19247#discussion_r3847532023


##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseSingleStageBrokerRequestHandler.java:
##########
@@ -2116,6 +2116,20 @@ private void computeResultsForExpression(Expression 
expression, String[] columnN
         List<Expression> operands = function.getOperands();
         computeResultsForExpression(operands.get(0), columnNames, columnTypes, 
values, index);
         columnNames[index] = operands.get(1).getIdentifier().getName();
+      } else if (operator.equals("arrayvalueconstructor")) {

Review Comment:
   Why not doing the same for BYTES_ARRAY? Given it is newly added, there 
should be no backward compatibility issue



-- 
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]

Reply via email to