Skip to content
Snippets Groups Projects
Commit 31efb39c authored by CodingCat's avatar CodingCat Committed by Michael Armbrust
Browse files

[Minor] fix typo in SQL document

Author: CodingCat <zhunansjtu@gmail.com>

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

b41d15c [CodingCat] recover
689fe46 [CodingCat] fix typo
parent fc4eb950
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ you to construct DataFrames when the columns and their types are not known until ...@@ -159,7 +159,7 @@ you to construct DataFrames when the columns and their types are not known until
<div data-lang="scala" markdown="1"> <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 to a DataFrame. The case class
defines the schema of the table. The names of the arguments to the case class are read using 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 reflection and become the names of the columns. Case classes can also be nested or contain complex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment