Repository: spark
Updated Branches:
refs/heads/master 2694dd2bf -> 002300dd4
[SPARK-24804] There are duplicate words in the test title in the DatasetSuite
## What changes were proposed in this pull request?
In DatasetSuite.scala, in the 1299 line,
test("SPARK-19896: cannot have circular references in in case class") ,
there are duplicate words "in in". We can get rid of one.
## How was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration tests,
manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise,
remove this)
Please review http://spark.apache.org/contributing.html before opening a pull
request.
Author: é©ç°ç°00222924 <[email protected]>
Closes #21767 from httfighter/inin.
Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/002300dd
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/002300dd
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/002300dd
Branch: refs/heads/master
Commit: 002300dd41ccc2d1c38351cb09c430f0ded6ab85
Parents: 2694dd2
Author: é©ç°ç°00222924 <[email protected]>
Authored: Wed Jul 18 09:40:36 2018 -0500
Committer: Sean Owen <[email protected]>
Committed: Wed Jul 18 09:40:36 2018 -0500
----------------------------------------------------------------------
sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/spark/blob/002300dd/sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala
b/sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala
index ce8db99..cf24eba 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala
@@ -1296,7 +1296,7 @@ class DatasetSuite extends QueryTest with
SharedSQLContext {
new java.sql.Timestamp(100000))
}
- test("SPARK-19896: cannot have circular references in in case class") {
+ test("SPARK-19896: cannot have circular references in case class") {
val errMsg1 = intercept[UnsupportedOperationException] {
Seq(CircularReferenceClassA(null)).toDS
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]