prijopauly commented on issue #13656:
URL: https://github.com/apache/pinot/issues/13656#issuecomment-2238068950

   scalar function should declare to accept null arguments
   `
    @ScalarFunction(names = {"getId", "get_id"},nullableParameters = true)
       public static String getId(String colA, String colB) {
           return colB!=null && !colB.contentEquals("") ? colB: colA;
       }
   `


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