mrk-andreev commented on code in PR #48288:
URL: https://github.com/apache/spark/pull/48288#discussion_r1792464539
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3975,6 +3975,16 @@
],
"sqlState" : "21000"
},
+ "SCALAR_FUNCTION_NOT_COMPATIBLE" : {
+ "message" : [
+ "Cannot find a compatible ScalarFunction#produceResult"
Review Comment:
Replaced with
```
"ScalarFunction <scalarFunc> not overrides method
'produceResult(InternalRow)' with custom implementation."
```
--
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]