We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689fe46 commit b41d15cCopy full SHA for b41d15c
docs/sql-programming-guide.md
@@ -160,7 +160,7 @@ you to construct DataFrames when the columns and their types are not known until
160
<div data-lang="scala" markdown="1">
161
162
The Scala interface for Spark SQL supports automatically converting an RDD containing case classes
163
-to a SchemaRDD. The case class
+to a DataFrame. The case class
164
defines the schema of the table. The names of the arguments to the case class are read using
165
reflection and become the names of the columns. Case classes can also be nested or contain complex
166
types such as Sequences or Arrays. This RDD can be implicitly converted to a DataFrame and then be
0 commit comments