This is an automated email from the ASF dual-hosted git repository.
yangjie01 pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new d8f3afac9442 [SPARK-50514][DOCS] Add `IDENTIFIER clause` page to
`menu-sql.yaml`
d8f3afac9442 is described below
commit d8f3afac944291869b55dc8ad52aa638ba24f98b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Dec 7 10:22:15 2024 +0800
[SPARK-50514][DOCS] Add `IDENTIFIER clause` page to `menu-sql.yaml`
### What changes were proposed in this pull request?
This PR aims to add `IDENTIFIER clause` page to `menu-sql.yaml` for Apache
Spark 3.5.4.
### Why are the changes needed?
This was missed at SPARK-43205 (Apache Spark 3.5.0).
- #42506
### Does this PR introduce _any_ user-facing change?
**BEFORE**

**AFTER**

### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #49097 from dongjoon-hyun/SPARK-50514.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
(cherry picked from commit 28766d4120f4f5bb13f474d53e83e05f38a31475)
Signed-off-by: yangjie01 <[email protected]>
---
docs/_data/menu-sql.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/_data/menu-sql.yaml b/docs/_data/menu-sql.yaml
index ff93f09a83ce..99d7aded3f25 100644
--- a/docs/_data/menu-sql.yaml
+++ b/docs/_data/menu-sql.yaml
@@ -87,6 +87,8 @@
url: sql-ref-functions.html
- text: Identifiers
url: sql-ref-identifier.html
+ - text: IDENTIFIER clause
+ url: sql-ref-identifier-clause.html
- text: Literals
url: sql-ref-literals.html
- text: Null Semantics
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]