aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorCodingCat <zhunansjtu@gmail.com>2015-02-17 12:16:52 -0800
committerMichael Armbrust <michael@databricks.com>2015-02-17 12:16:52 -0800
commit31efb39c1deb253032b38e8fbafde4b2b1dde1f6 (patch)
tree170b192588b54663f77466850a1569e775693f5e /docs/sql-programming-guide.md
parentfc4eb9505adda192eb38cb4454d532027690bfa3 (diff)
downloadspark-31efb39c1deb253032b38e8fbafde4b2b1dde1f6.tar.gz
spark-31efb39c1deb253032b38e8fbafde4b2b1dde1f6.tar.bz2
spark-31efb39c1deb253032b38e8fbafde4b2b1dde1f6.zip
[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
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 8022c5ecc2..0146a4ed1b 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