Skip to content

Commit b41d15c

Browse files
committed
recover
1 parent 689fe46 commit b41d15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ you to construct DataFrames when the columns and their types are not known until
160160
<div data-lang="scala" markdown="1">
161161

162162
The Scala interface for Spark SQL supports automatically converting an RDD containing case classes
163-
to a SchemaRDD. The case class
163+
to a DataFrame. The case class
164164
defines the schema of the table. The names of the arguments to the case class are read using
165165
reflection and become the names of the columns. Case classes can also be nested or contain complex
166166
types such as Sequences or Arrays. This RDD can be implicitly converted to a DataFrame and then be

0 commit comments

Comments
 (0)