gengliangwang commented on code in PR #53295:
URL: https://github.com/apache/spark/pull/53295#discussion_r2600690961
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -1108,7 +1108,7 @@
"CAST_WITH_CONF_SUGGESTION" : {
"message" : [
"cannot cast <srcType> to <targetType> with ANSI mode on.",
- "If you have to cast <srcType> to <targetType>, you can set <config>
as <configVal>."
+ "This cast is not allowed in ANSI mode but works when <config> is
<configVal>."
Review Comment:
shall we keep this error message unchanged?
--
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]