This is an automated email from the ASF dual-hosted git repository.

yangjie01 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 28766d4120f4 [SPARK-50514][DOCS] Add `IDENTIFIER clause` page to 
`menu-sql.yaml`
28766d4120f4 is described below

commit 28766d4120f4f5bb13f474d53e83e05f38a31475
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**
    ![Screenshot 2024-12-06 at 11 35 
52](https://github.com/user-attachments/assets/c3c8dc56-b8d4-4f8d-bb9e-31bccb1f5d42)
    
    **AFTER**
    ![Screenshot 2024-12-06 at 11 36 
14](https://github.com/user-attachments/assets/bd1606d2-eb3f-4640-92ef-b0079847c3a3)
    
    ### 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]>
---
 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 5fc1f3bcf9b5..b1688aec57f0 100644
--- a/docs/_data/menu-sql.yaml
+++ b/docs/_data/menu-sql.yaml
@@ -93,6 +93,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]

Reply via email to