walterddr commented on code in PR #11455:
URL: https://github.com/apache/pinot/pull/11455#discussion_r1326660277


##########
pinot-common/src/main/java/org/apache/pinot/common/function/FunctionRegistry.java:
##########
@@ -217,5 +217,30 @@ public static Object clpDecode(String logtypeFieldName, 
String dictVarsFieldName
     public static String arrayToMV(Object multiValue) {
       throw new UnsupportedOperationException("Placeholder scalar function, 
should not reach here");
     }
+
+    @ScalarFunction(names = "arrayMin", isPlaceholder = true)

Review Comment:
   did we add any tests for this? unit or integraiton tests?



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