Skip to content
Snippets Groups Projects
Commit 523a9352 authored by Reynold Xin's avatar Reynold Xin
Browse files

[SPARK-5551][SQL] Create type alias for SchemaRDD for source backward compatibility

Author: Reynold Xin <rxin@databricks.com>

Closes #4327 from rxin/schemarddTypeAlias and squashes the following commits:

e5a8ff3 [Reynold Xin] [SPARK-5551][SQL] Create type alias for SchemaRDD for source backward compatibility
parent 37df3301
No related branches found
No related tags found
No related merge requests found
......@@ -38,4 +38,10 @@ package object sql {
*/
@DeveloperApi
protected[sql] type Strategy = org.apache.spark.sql.catalyst.planning.GenericStrategy[SparkPlan]
/**
* Type alias for [[DataFrame]]. Kept here for backward source compatibility for Scala.
*/
@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