This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new a14a944dcbc1 [SPARK-54746][DOC] Fix wrong link in SQL Scripting page
a14a944dcbc1 is described below
commit a14a944dcbc11324460a8e614d4a0f064caf90d4
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Dec 17 20:12:16 2025 -0800
[SPARK-54746][DOC] Fix wrong link in SQL Scripting page
### What changes were proposed in this pull request?
Fix wrong link in SQL Scripting page
<img width="1311" height="477" alt="image"
src="https://github.com/user-attachments/assets/4a43ffbc-f692-4e9a-a9b9-119fce12fe4c"
/>
### Why are the changes needed?
Fix docs.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manually checked the new built docs, the hyperlink is correct now.
https://github.com/pan3793/spark/actions/runs/20324237735/artifacts/4907052988
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53519 from pan3793/SPARK-54746.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 40879c6cd2e69019f37dadce5b323926f35b2831)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/sql-ref-scripting.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sql-ref-scripting.md b/docs/sql-ref-scripting.md
index e9407cff2301..7d26bd07fed5 100644
--- a/docs/sql-ref-scripting.md
+++ b/docs/sql-ref-scripting.md
@@ -26,7 +26,7 @@ This is followed by the compound statement body, which
consists of:
- Flow control statements include loops over predicate expressions,
[FOR](control-flow/for-stmt.html) loops over query results, conditional logic
such as [IF](control-flow/if-stmt.html) and
[CASE](control-flow/case-stmt.html), and means to break out loops such as
[LEAVE](control-flow/leave-stmt.html) and
[ITERATE](control-flow/iterate-stmt.html).
- DDL statements such as `ALTER`, `CREATE`, `DROP`.
-- DML statements [INSERT](sql-ref-syntax-dml-insert-into.html).
+- DML statements [INSERT](sql-ref-syntax-dml-insert-table.html).
- [Queries](sql-ref-syntax-qry-select.html) that return result sets to the
invoker of the script.
- [SET](sql-ref-syntax-aux-set-var.html) statements to set local variables as
well as session variables.
- The [EXECUTE IMMEDIATE](sql-ref-syntax-aux-exec-imm.html) statement.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]