klsince commented on code in PR #11673:
URL: https://github.com/apache/pinot/pull/11673#discussion_r1338928483
##########
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java:
##########
@@ -76,7 +76,7 @@ public static String toJsonMapStr(@Nullable Map map)
/**
* Convert object to Json String
*/
- @ScalarFunction(nullableParameters = true)
+ @ScalarFunction
Review Comment:
neat 👍
##########
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java:
##########
@@ -76,7 +76,7 @@ public static String toJsonMapStr(@Nullable Map map)
/**
* Convert object to Json String
*/
- @ScalarFunction(nullableParameters = true)
+ @ScalarFunction
Review Comment:
neat 👍
--
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]