qlong commented on code in PR #53295:
URL: https://github.com/apache/spark/pull/53295#discussion_r2602752748


##########
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:
   Thanks for reviewing. Reverted the unnecessary change for the message. 



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