MaxGekk commented on code in PR #38892:
URL: https://github.com/apache/spark/pull/38892#discussion_r1038730467
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -197,7 +197,7 @@
"If you have to cast <srcType> to <targetType>, you can set <config>
as <configVal>."
]
},
- "CAST_WITH_FUN_SUGGESTION" : {
+ "CAST_WITH_SUGGESTION" : {
Review Comment:
If you don't like fun, lets just fix the word: fun -> func
```suggestion
"CAST_WITH_FUNC_SUGGESTION" : {
```
Don't think we should make the name more generic since there is another
error class with a suggestion of a config, see above
`CAST_WITH_CONF_SUGGESTION`.
--
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]