anchovYu commented on code in PR #42020:
URL: https://github.com/apache/spark/pull/42020#discussion_r1265757773
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -1956,7 +1974,13 @@
"Not allowed to implement multiple UDF interfaces, UDF class
<className>."
]
},
- "NAMED_ARGUMENTS_SUPPORT_DISABLED" : {
+ "NAMED_PARAMETERS_NOT_SUPPORTED" : {
Review Comment:
Right, I agree with the change in the error class to parameter, but I was
thinking if similar changes should be applied on `NamedArgumentsSupport`, e.g.
`NamedParametersSupport`.
--
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]