Skip to content
Snippets Groups Projects
Commit 8764dcce authored by Cheng Lian's avatar Cheng Lian Committed by Reynold Xin
Browse files

[SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD

Author: Cheng Lian <lian@databricks.com>

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

49765c2 [Cheng Lian] Adds @deprecated Scaladoc entry for SchemaRDD
parent 084fef76
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment