Skip to content

Commit 144d198

Browse files
committed
fix for Scala 2.13
1 parent 4c053ae commit 144d198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/streaming/continuous/ContinuousSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ContinuousSuiteBase extends StreamTest {
6060
c.committedOffsets.lastOption.map { case (_, offset) =>
6161
offset match {
6262
case o: RateStreamOffset =>
63-
o.partitionToValueAndRunTimeMs.mapValues(_.value)
63+
o.partitionToValueAndRunTimeMs.mapValues(_.value).toMap
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)