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

    https://github.com/apache/spark/pull/999#discussion_r13839554
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -64,8 +64,8 @@ descendants.  To create a basic SQLContext, all you need 
is a SparkContext.
     val sc: SparkContext // An existing SparkContext.
     val sqlContext = new org.apache.spark.sql.SQLContext(sc)
     
    -// Importing the SQL context gives access to all the public SQL functions 
and implicit conversions.
    -import sqlContext._
    +// createSchemaRDD is used to implicitly convert a RDD to a SchemaRDD.
    --- End diff --
    
    Instead of "a RDD" it should say "an RDD". There are several instances of 
that in this pr, would be good to check them out.


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