Skip to content

[TEST][WIP][][SQL] Introduction of error handling mechanism in SQL Scripting#47356

Closed
miland-db wants to merge 48 commits intoapache:masterfrom
miland-db:sql_batch_error_handlers
Closed

[TEST][WIP][][SQL] Introduction of error handling mechanism in SQL Scripting#47356
miland-db wants to merge 48 commits intoapache:masterfrom
miland-db:sql_batch_error_handlers

Conversation

@miland-db
Copy link
Contributor

What changes were proposed in this pull request?

Previous PRs introduced basic changes for SQL Scripting. This PR is introducing error handling mechanism to handle the errors that can arise while using SQL Scripting language.

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 tests for newly introduced parser changes:

SqlScriptingParserSuite - unit tests for execution nodes.

Was this patch authored or co-authored using generative AI tooling?

No.

miland-db added 11 commits July 11, 2024 10:25
# Conflicts:
#	sql/api/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBaseParser.g4
#	sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
#	sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/SqlScriptingLogicalOperators.scala
#	sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/SqlScriptingParserSuite.scala
#	sql/core/src/main/scala/org/apache/spark/sql/scripting/SqlScriptingExecutionNode.scala
#	sql/core/src/main/scala/org/apache/spark/sql/scripting/SqlScriptingInterpreter.scala
#	sql/core/src/test/scala/org/apache/spark/sql/scripting/SqlScriptingExecutionNodeSuite.scala
#	sql/core/src/test/scala/org/apache/spark/sql/scripting/SqlScriptingInterpreterSuite.scala
@github-actions github-actions bot added the SQL label Jul 15, 2024
@miland-db miland-db changed the title [WIP][SPARK-48353][SQL] Introduction of error handling mechanism in SQL Scripting [TEST][WIP][][SQL] Introduction of error handling mechanism in SQL Scripting Jul 25, 2024
@dongjoon-hyun dongjoon-hyun marked this pull request as draft August 31, 2024 19:15
@dongjoon-hyun
Copy link
Member

Hi, @miland-db . You may want to open a PR to your forked repository . It will give you the GitHub Action test results in the same way. Both uses your GitHub Action resources in any way.

Given the over-one-month idle time, let me close this test-wip PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants