srielau commented on code in PR #48026:
URL: https://github.com/apache/spark/pull/48026#discussion_r1750441551


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -7827,7 +7827,7 @@
   },
   "_LEGACY_ERROR_TEMP_3055" : {
     "message" : [
-      "ScalarFunction '<scalarFunc.name>' neither implement magic method nor 
override 'produceResult'"
+      "ScalarFunction <scalarFunc> neither implement magic method nor override 
'produceResult'"

Review Comment:
   ```suggestion
         "ScalarFunction <scalarFunc> neither implements a magic method nor 
overrides 'produceResult'"
   ```



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