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 <[email protected]> Authored: Wed Mar 15 21:00:39 2017 +0800 Committer: Wenchen Fan <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
