From 9695c4519404b689f29bc0fbc1a2eefa3eb33806 Mon Sep 17 00:00:00 2001 From: "Sean R. Owen" Date: Mon, 16 Mar 2015 13:49:54 +0000 Subject: Removed extra word 'extended' --- site/releases/spark-release-1-3-0.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/releases') diff --git a/site/releases/spark-release-1-3-0.html b/site/releases/spark-release-1-3-0.html index 4fa5fba8e..e15dcda59 100644 --- a/site/releases/spark-release-1-3-0.html +++ b/site/releases/spark-release-1-3-0.html @@ -195,7 +195,7 @@

Upgrading to Spark 1.3

Spark 1.3 is binary compatible with Spark 1.X releases, so no code changes are necessary. This excludes API’s marked explicitly as unstable.

-

As part of stabilizing the Spark SQL API, the SchemaRDD class has been extended renamed to DataFrame. Spark SQL’s migration guide describes the upgrade process in detail. Spark SQL also now requires that column identifiers which use reserved words (such as “string” or “table”) be escaped using backticks.

+

As part of stabilizing the Spark SQL API, the SchemaRDD class has been renamed to DataFrame. Spark SQL’s migration guide describes the upgrade process in detail. Spark SQL also now requires that column identifiers which use reserved words (such as “string” or “table”) be escaped using backticks.

Known Issues

This release has few known issues which will be addressed in Spark 1.3.1:

-- cgit v1.2.3