Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18485#discussion_r125756166
  
    --- Diff: docs/_layouts/global.html ---
    @@ -69,14 +69,14 @@
                                 <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Programming Guides<b class="caret"></b></a>
                                 <ul class="dropdown-menu">
                                     <li><a href="quick-start.html">Quick 
Start</a></li>
    -                                <li><a href="programming-guide.html">Spark 
Programming Guide</a></li>
    -                                <li class="divider"></li>
    -                                <li><a 
href="streaming-programming-guide.html">Spark Streaming</a></li>
                                     <li><a 
href="sql-programming-guide.html">DataFrames, Datasets and SQL</a></li>
                                     <li><a 
href="structured-streaming-programming-guide.html">Structured Streaming</a></li>
                                     <li><a href="ml-guide.html">MLlib (Machine 
Learning)</a></li>
                                     <li><a 
href="graphx-programming-guide.html">GraphX (Graph Processing)</a></li>
                                     <li><a href="sparkr.html">SparkR (R on 
Spark)</a></li>
    +                                <li class="divider"></li>
    +                                <li><a 
href="rdd-programming-guide.html">RDDs, Accumulators, Broadcasts Vars</a></li>
    --- End diff --
    
    @zsxwing How about we add a short section in the SQL Programming Guide that 
points to these sections in the RDD programming guide?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to