Skip to content

Commit a9d2469

Browse files
committed
add space
1 parent facdb1f commit a9d2469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/test/scala/org/apache/spark/ml/feature/VectorAssemblerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class VectorAssemblerSuite extends FunSuite with MLlibTestSparkContext {
7171
NominalAttribute.defaultAttr.withName("gender").withValues("male", "female"),
7272
NumericAttribute.defaultAttr.withName("salary")))
7373
val row = (1.0, 0.5, 1, Vectors.dense(1.0, 1000.0), Vectors.sparse(2, Array(1), Array(2.0)))
74-
val df= sqlContext.createDataFrame(Seq(row)).toDF("browser", "hour", "count", "user", "ad")
74+
val df = sqlContext.createDataFrame(Seq(row)).toDF("browser", "hour", "count", "user", "ad")
7575
.select(
7676
col("browser").as("browser", browser.toMetadata()),
7777
col("hour").as("hour", hour.toMetadata()),

0 commit comments

Comments
 (0)