Skip to content

Commit 533a536

Browse files
committed
Fix build failure due to non-direct conflict: removing import affects others
1 parent ad45299 commit 533a536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/statefulOperators.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ package org.apache.spark.sql.execution.streaming
2020
import java.util.UUID
2121
import java.util.concurrent.TimeUnit._
2222

23+
import scala.collection.JavaConverters._
24+
2325
import org.apache.spark.rdd.RDD
2426
import org.apache.spark.sql.catalyst.InternalRow
2527
import org.apache.spark.sql.catalyst.errors._

0 commit comments

Comments
 (0)