Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Jun 12, 2016
1 parent 4447d0a commit c86ede8
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -392,10 +392,10 @@ class AFTSurvivalRegressionSuite
}

test("SPARK-15892: Incorrectly merged AFTAggregator with zero total count") {
// This `dataset` will contain a empty partition because it has two rows but
// This `dataset` will contain an empty partition because it has two rows but
// the parallelism is bigger than that. Because the issue was about `AFTAggregator`s
// being merged incorrectly when it has a empty partition, running the codes below
// should not throw a exception.
// being merged incorrectly when it has an empty partition, running the codes below
// should not throw an exception.
val dataset = spark.createDataFrame(
sc.parallelize(generateAFTInput(
1, Array(5.5), Array(0.8), 1000, 42, 1.0, 2.0, 2.0).take(2), numSlices = 3))
Expand Down

0 comments on commit c86ede8

Please sign in to comment.