Milan Dankovic
Milan Dankovic
### What changes were proposed in this pull request? Previous PRs introduced basic changes for SQL Scripting. This PR is a follow-up to introduce custom exceptions that can arise while...
### What changes were proposed in this pull request? Previous [PR1](https://github.com/apache/spark/pull/46665) and [PR2](https://github.com/apache/spark/pull/46665) introduced parser and interpreter changes for SQL Scripting. This PR is a follow-up to introduce the concept...
### 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...
### What changes were proposed in this pull request? In this PR we forbid duplicate SQLEXCEPTION or NOT FOUND exception handlers to be defined in the same scope. This was...