Skip to content

Commit

Permalink
HOTFIX: Scala style checker for DataTypeSuite.scala.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed May 29, 2015
1 parent caea7a6 commit 62df047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 62df047

Please sign in to comment.