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

    https://github.com/apache/spark/pull/565#discussion_r12027234
  
    --- Diff: 
examples/src/main/java/org/apache/spark/examples/sql/JavaSparkSQL.java ---
    @@ -77,14 +76,6 @@ public Person call(String line) throws Exception {
         // SQL can be run over RDDs that have been registered as tables.
         JavaSchemaRDD teenagers = sqlCtx.sql("SELECT name FROM people WHERE 
age >= 13 AND age <= 19");
     
    -    // The results of SQL queries are SchemaRDDs and support all the 
normal RDD operations.
    --- End diff --
    
    Why does this get deleted? This is an example for expository purposes


---
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.
---

Reply via email to