dilipbiswal commented on a change in pull request #27371:
[SPARK-28801][DOC][FOLLOW-UP] Setup links and address other review comments
URL: https://github.com/apache/spark/pull/27371#discussion_r371614977
##########
File path: docs/_data/menu-sql.yaml
##########
@@ -123,37 +123,27 @@
- text: SELECT
url: sql-ref-syntax-qry-select.html
subitems:
- - text: DISTINCT Clause
- url: sql-ref-syntax-qry-select-distinct.html
- - text: Joins
- url: sql-ref-syntax-qry-select-join.html
- - text: ORDER BY Clause
- url: sql-ref-syntax-qry-select-orderby.html
+ - text: WHERE Clause
Review comment:
@maropu Did you want me to re-order menu in the left hand side panel as per
the "related clauses" in
https://github.com/apache/spark/blob/master/docs/sql-ref-syntax-qry-select.md ?
i.e
```
- [WHERE Clause](sql-ref-syntax-qry-select-where.html)
- [GROUP BY Clause](sql-ref-syntax-qry-select-groupby.html)
- [HAVING Clause](sql-ref-syntax-qry-select-having.html)
- [ORDER BY Clause](sql-ref-syntax-qry-select-orderby.html)
- [SORT BY Clause](sql-ref-syntax-qry-select-sortby.html)
- [CLUSTER BY Clause](sql-ref-syntax-qry-select-clusterby.html)
- [DISTRIBUTE BY Clause](sql-ref-syntax-qry-select-distribute-by.html)
- [LIMIT Clause](sql-ref-syntax-qry-select-limit.html)
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]