Skip to content

Commit

Permalink
fixed scala style
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbradley committed Apr 19, 2018
1 parent d215748 commit 375e150
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ package org.apache.spark.ml.clustering

import scala.collection.mutable

import org.apache.spark.{SparkException, SparkFunSuite}
import org.apache.spark.ml.util.DefaultReadWriteTest
import org.apache.spark.mllib.util.MLlibTestSparkContext
import org.apache.spark.sql.{DataFrame, Dataset, Row, SparkSession}
import org.apache.spark.sql.functions.col
import org.apache.spark.sql.types._
import org.apache.spark.sql.{DataFrame, Dataset, Row, SparkSession}
import org.apache.spark.{SparkException, SparkFunSuite}


class PowerIterationClusteringSuite extends SparkFunSuite
Expand Down Expand Up @@ -145,7 +145,6 @@ class PowerIterationClusteringSuite extends SparkFunSuite
model.transform(typedData)
}
intercept[IllegalArgumentException] {

val typedData = data.select(
col("id"),
col("neighbors"),
Expand Down

0 comments on commit 375e150

Please sign in to comment.