This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 47fb5041b014 [MINOR][DOCS] Fix outgoing links from SELECT SQL
reference page
47fb5041b014 is described below
commit 47fb5041b0140eab57a9398419872dc8f3b57166
Author: Nicholas Chammas <[email protected]>
AuthorDate: Fri Feb 2 12:13:10 2024 +0900
[MINOR][DOCS] Fix outgoing links from SELECT SQL reference page
### What changes were proposed in this pull request?
Fix a couple of links that were pointing to the raw Markdown files (which
doesn't work) rather than the compiled HTML files.
### Why are the changes needed?
Documentation links should work, especially internal links.
### Does this PR introduce _any_ user-facing change?
Yes, it changes the documentation.
### How was this patch tested?
I built the docs and confirmed the links work.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #44984 from nchammas/sql-query-ref.
Authored-by: Nicholas Chammas <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
docs/sql-ref-syntax-qry-select.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sql-ref-syntax-qry-select.md
b/docs/sql-ref-syntax-qry-select.md
index 6bcf3ab65b99..1d5532898c65 100644
--- a/docs/sql-ref-syntax-qry-select.md
+++ b/docs/sql-ref-syntax-qry-select.md
@@ -87,8 +87,8 @@ SELECT [ hints , ... ] [ ALL | DISTINCT ] { [ [
named_expression | regex_column_
Specifies a source of input for the query. It can be one of the following:
* Table relation
* [Join relation](sql-ref-syntax-qry-select-join.html)
- * [Pivot relation](sql-ref-syntax-qry-select-pivot.md)
- * [Unpivot relation](sql-ref-syntax-qry-select-unpivot.md)
+ * [Pivot relation](sql-ref-syntax-qry-select-pivot.html)
+ * [Unpivot relation](sql-ref-syntax-qry-select-unpivot.html)
* [Table-value function](sql-ref-syntax-qry-select-tvf.html)
* [Inline table](sql-ref-syntax-qry-select-inline-table.html)
* [ [LATERAL](sql-ref-syntax-qry-select-lateral-subquery.html) ] (
Subquery )
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]