xiangfu0 commented on code in PR #11117:
URL: https://github.com/apache/pinot/pull/11117#discussion_r1270420414
##########
pinot-common/src/main/java/org/apache/pinot/common/function/FunctionRegistry.java:
##########
@@ -216,5 +216,10 @@ public static Object clpDecode(String logtypeFieldName,
String dictVarsFieldName
String defaultValue) {
throw new UnsupportedOperationException("Placeholder scalar function,
should not reach here");
}
+
+ @ScalarFunction(names = {"arrayToMultiValue", "array_to_multi_value"},
isPlaceholder = true)
+ public static String arrayToMultiValue(Object multiValue) {
Review Comment:
done
--
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]