You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by li...@apache.org on 2018/01/31 22:02:08 UTC

spark git commit: revert the removal of import in SPARK-23281

Repository: spark
Updated Branches:
  refs/heads/branch-2.2 5273cc791 -> cb73ecd2f


revert the removal of import in SPARK-23281


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

Branch: refs/heads/branch-2.2
Commit: cb73ecd2f6a437db98c162813acda0e378ebd522
Parents: 5273cc7
Author: gatorsmile <ga...@gmail.com>
Authored: Wed Jan 31 14:01:57 2018 -0800
Committer: gatorsmile <ga...@gmail.com>
Committed: Wed Jan 31 14:01:57 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/spark/blob/cb73ecd2/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
index b7e00fd..95d8c86 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
@@ -18,6 +18,7 @@
 package org.apache.spark.sql
 
 import java.io.File
+import java.math.MathContext
 import java.net.{MalformedURLException, URL}
 import java.sql.Timestamp
 import java.util.concurrent.atomic.AtomicBoolean


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