Skip to content

Commit

Permalink
[Minor] fix typo in SQL document
Browse files Browse the repository at this point in the history
Author: CodingCat <[email protected]>

Closes apache#4656 from CodingCat/fix_typo and squashes the following commits:

b41d15c [CodingCat] recover
689fe46 [CodingCat] fix typo
  • Loading branch information
CodingCat authored and marmbrus committed Feb 17, 2015
1 parent fc4eb95 commit 31efb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ you to construct DataFrames when the columns and their types are not known until

<div data-lang="scala" markdown="1">

The Scala interaface for Spark SQL supports automatically converting an RDD containing case classes
The Scala interface for Spark SQL supports automatically converting an RDD containing case classes
to a DataFrame. The case class
defines the schema of the table. The names of the arguments to the case class are read using
reflection and become the names of the columns. Case classes can also be nested or contain complex
Expand Down

0 comments on commit 31efb39

Please sign in to comment.