You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2017/03/15 13:01:26 UTC

spark git commit: hot fix for compilation error caused by PR#17236

Repository: spark
Updated Branches:
  refs/heads/branch-2.0 e8426cb5a -> fd5149aff


hot fix for compilation error caused by PR#17236


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fd5149af
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fd5149af
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fd5149af

Branch: refs/heads/branch-2.0
Commit: fd5149affc5d4d5089f4c578ac1bedebf161d88a
Parents: e8426cb
Author: Wenchen Fan <we...@databricks.com>
Authored: Wed Mar 15 21:00:39 2017 +0800
Committer: Wenchen Fan <we...@databricks.com>
Committed: Wed Mar 15 21:00:39 2017 +0800

----------------------------------------------------------------------
 sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/fd5149af/sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
index 6a9279f..3967d07 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
@@ -1701,4 +1701,5 @@ class DataFrameSuite extends QueryTest with SharedSQLContext {
       assert(e3.message.contains(
         "Cannot have map type columns in DataFrame which calls set operations"))
     }
+  }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org