You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/05/29 20:07:00 UTC

spark git commit: HOTFIX: Scala style checker for DataTypeSuite.scala.

Repository: spark
Updated Branches:
  refs/heads/branch-1.4 caea7a618 -> 62df047a3


HOTFIX: Scala style checker for DataTypeSuite.scala.


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

Branch: refs/heads/branch-1.4
Commit: 62df047a3660ffe026aa64dff8e9f096d994a8f3
Parents: caea7a6
Author: Reynold Xin <rx...@databricks.com>
Authored: Fri May 29 11:06:33 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Fri May 29 11:06:33 2015 -0700

----------------------------------------------------------------------
 .../src/test/scala/org/apache/spark/sql/types/DataTypeSuite.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/62df047a/sql/catalyst/src/test/scala/org/apache/spark/sql/types/DataTypeSuite.scala
----------------------------------------------------------------------
diff --git a/sql/catalyst/src/test/scala/org/apache/spark/sql/types/DataTypeSuite.scala b/sql/catalyst/src/test/scala/org/apache/spark/sql/types/DataTypeSuite.scala
index 7ccc936..953debf 100644
--- a/sql/catalyst/src/test/scala/org/apache/spark/sql/types/DataTypeSuite.scala
+++ b/sql/catalyst/src/test/scala/org/apache/spark/sql/types/DataTypeSuite.scala
@@ -120,7 +120,7 @@ class DataTypeSuite extends FunSuite {
   checkDefaultSize(DecimalType(10, 5), 4096)
   checkDefaultSize(DecimalType.Unlimited, 4096)
   checkDefaultSize(DateType, 4)
-  checkDefaultSize(TimestampType,12)
+  checkDefaultSize(TimestampType, 12)
   checkDefaultSize(StringType, 4096)
   checkDefaultSize(BinaryType, 4096)
   checkDefaultSize(ArrayType(DoubleType, true), 800)


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