You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/20 06:06:25 UTC

[GitHub] [spark] dilipbiswal commented on a change in pull request #25459: [SPARK-28734][DOC] Initial table of content in the left hand side bar for SQL doc

dilipbiswal commented on a change in pull request #25459: [SPARK-28734][DOC] Initial table of content in the left hand side bar for SQL doc
URL: https://github.com/apache/spark/pull/25459#discussion_r315518411
 
 

 ##########
 File path: docs/_data/menu-sql.yaml
 ##########
 @@ -72,12 +72,164 @@
       url: sql-migration-guide-hive-compatibility.html
     - text: SQL Reserved/Non-Reserved Keywords
       url: sql-reserved-and-non-reserved-keywords.html
-- text: Reference
-  url: sql-reference.html
+
+- text: SQL Reference
+  url: sql-ref.html
   subitems:
     - text: Data Types
-      url: sql-reference.html#data-types
+      url: sql-ref-datatypes.html
     - text: NaN Semantics
-      url: sql-reference.html#nan-semantics
-    - text: Arithmetic operations
-      url: sql-reference.html#arithmetic-operations
+      url: sql-ref-nan-semantics.html
+    - text: SQL Syntax
+      url: sql-ref-syntax.html
+      subitems:
+        - text: Data Definition Statements
+          url: sql-ref-syntax-ddl.html
+          subitems:
+            - text: ALTER DATABASE
+              url: sql-ref-syntax-ddl-alter-database.html
 
 Review comment:
   @gatorsmile Sure.. I will create the sub tasks tomorrow.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org