Skip to content

Commit

Permalink
[SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD
Browse files Browse the repository at this point in the history
Author: Cheng Lian <lian@databricks.com>

Closes apache#6529 from liancheng/schemardd-deprecation-fix and squashes the following commits:

49765c2 [Cheng Lian] Adds @deprecated Scaladoc entry for SchemaRDD
  • Loading branch information
liancheng authored and rxin committed May 31, 2015
1 parent 084fef7 commit 8764dcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/core/src/main/scala/org/apache/spark/sql/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ package object sql {

/**
* Type alias for [[DataFrame]]. Kept here for backward source compatibility for Scala.
* @deprecated As of 1.3.0, replaced by `DataFrame`.
*/
@deprecated("1.3.0", "use DataFrame")
type SchemaRDD = DataFrame
Expand Down

0 comments on commit 8764dcc

Please sign in to comment.