Skip to content

Commit

Permalink
Supplementary modification
Browse files Browse the repository at this point in the history
  • Loading branch information
httfighter committed Dec 7, 2018
1 parent bf150fb commit 9dff9ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ class KryoSerializerSuite extends SparkFunSuite with SharedSparkContext {
val thrown3 = intercept[IllegalArgumentException](newKryoInstance(conf, "2g", "3g"))
assert(thrown3.getMessage.contains(kryoBufferProperty))
assert(!thrown3.getMessage.contains(kryoBufferMaxProperty))
// test configuration with mib is supported properly
// test configuration with MiB is supported properly
newKryoInstance(conf, "8m", "9m")
}

Expand Down

0 comments on commit 9dff9ee

Please sign in to comment.