Repository: spark Updated Branches: refs/heads/branch-1.3 71cf6e295 -> 5636c4a58
[Minor] fix typo in SQL document Author: CodingCat <zhunans...@gmail.com> Closes #4656 from CodingCat/fix_typo and squashes the following commits: b41d15c [CodingCat] recover 689fe46 [CodingCat] fix typo (cherry picked from commit 31efb39c1deb253032b38e8fbafde4b2b1dde1f6) Signed-off-by: Michael Armbrust <mich...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5636c4a5 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5636c4a5 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5636c4a5 Branch: refs/heads/branch-1.3 Commit: 5636c4a583bd28a5b54e14930d72fd9265c301de Parents: 71cf6e2 Author: CodingCat <zhunans...@gmail.com> Authored: Tue Feb 17 12:16:52 2015 -0800 Committer: Michael Armbrust <mich...@databricks.com> Committed: Tue Feb 17 12:17:05 2015 -0800 ---------------------------------------------------------------------- docs/sql-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/5636c4a5/docs/sql-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md index 8022c5e..0146a4e 100644 --- a/docs/sql-programming-guide.md +++ b/docs/sql-programming-guide.md @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org