Repository: spark Updated Branches: refs/heads/master a0ebcb3a3 -> fa37877af
Typo: form -> from ## What changes were proposed in this pull request? Minor typo fix ## How was this patch tested? Existing unit tests on Jenkins Author: Andrew Ash <and...@andrewash.com> Closes #15486 from ash211/patch-8. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fa37877a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fa37877a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fa37877a Branch: refs/heads/master Commit: fa37877af02a956203e8a00811b20f34af0278f7 Parents: a0ebcb3 Author: Andrew Ash <and...@andrewash.com> Authored: Fri Oct 14 18:13:19 2016 +0100 Committer: Sean Owen <so...@cloudera.com> Committed: Fri Oct 14 18:13:19 2016 +0100 ---------------------------------------------------------------------- sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/fa37877a/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala ---------------------------------------------------------------------- diff --git a/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala b/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala index a716a91..ac33585 100644 --- a/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala +++ b/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala @@ -363,7 +363,7 @@ class DataFrameReader private[sql](sparkSession: SparkSession) extends Logging { * type.</li> * <li>`quote` (default `"`): sets the single character used for escaping quoted values where * the separator can be part of the value. If you would like to turn off quotations, you need to - * set not `null` but an empty string. This behaviour is different form + * set not `null` but an empty string. This behaviour is different from * `com.databricks.spark.csv`.</li> * <li>`escape` (default `\`): sets the single character used for escaping quotes inside * an already quoted value.</li> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org