songwdfu commented on code in PR #16152: URL: https://github.com/apache/pinot/pull/16152#discussion_r2157255495
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/operands/TransformOperand.java: ########## @@ -28,4 +29,7 @@ public interface TransformOperand { @Nullable Object apply(Object[] row); + + @Nullable + Object apply(List<Object> row); Review Comment: Thanks for the suggestion! Applied this -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org