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

   ### What changes were proposed in this pull request?
   This pull request introduces the logic of error handling inside SQL 
Scripting language. Now, it is possible to:
   - declare conditions for specific SQL States
   - declare handlers to catch and process errors that are risen during 
statement execution
   
   ### Why are the changes needed?
   The intent is to add the possibility for user to handle SQL errors in a 
custom defined way..
   
   ### Does this PR introduce any user-facing change?
   No.
   
   ### How was this patch tested?
   There are already existing test suites for SQL scripting that have been 
improved to test new functionalities:
   
   - `SqlScriptingParserSuite`
   
   ### 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