saurabhd336 commented on code in PR #11455:
URL: https://github.com/apache/pinot/pull/11455#discussion_r1331528911
##########
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:
Sorry I missed this comment. We added unit tests in a different pr here
https://github.com/apache/pinot/pull/11498/files#diff-9724fd2cc0075a3c9c9a29cc7b98bb921cfe2690c2cc0b6e0ad47dec0589e6abR630
--
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]