Skip to content

Commit 662d60d

Browse files
darroyo-stratiorxin
authored andcommitted
[SPARK-5447][SQL] Replace reference 'schema rdd' with DataFrame @rxin.
Author: David Arroyo Cazorla <[email protected]> Closes #7618 from darroyocazorla/master and squashes the following commits: 5f91379 [David Arroyo Cazorla] [SPARK-5447][SQL] Replace reference 'schema rdd' with DataFrame
1 parent ecfb312 commit 662d60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private[sql] class CacheManager(sqlContext: SQLContext) extends Logging {
8484
}
8585

8686
/**
87-
* Caches the data produced by the logical representation of the given schema rdd. Unlike
87+
* Caches the data produced by the logical representation of the given [[DataFrame]]. Unlike
8888
* `RDD.cache()`, the default storage level is set to be `MEMORY_AND_DISK` because recomputing
8989
* the in-memory columnar representation of the underlying table is expensive.
9090
*/

0 commit comments

Comments
 (0)