miland-db opened a new pull request, #52559:
URL: https://github.com/apache/spark/pull/52559

   ### What changes were proposed in this pull request?
   This pull request enhances Spark error handling capabilities, primarily 
within `AnalysisException`, to support more flexible and maintainable error 
message rendering. 
   
   
   
   
   ### Why are the changes needed?
   The goal is to add a new default method, `getDefaultMessageTemplate`, to the 
public `SparkThrowable` interface. This gives clients a consistent, 
machine-readable default template for error rendering, while leaving them free 
to localize or otherwise transform the message. 
   
   This approach helps create a single source of truth for error definitions.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Unit tests and existing tests.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No
   


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