Skip to content

Commit fa64187

Browse files
committed
fix import
1 parent aa3d7b7 commit fa64187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class KafkaSourceSuite extends KafkaSourceTest {
319319
}
320320

321321
test("union bug in failover") {
322-
def getSpecificDF(range: Range.Inclusive): Dataset[Int] = {
322+
def getSpecificDF(range: Range.Inclusive): org.apache.spark.sql.Dataset[Int] = {
323323
val topic = newTopic()
324324
testUtils.createTopic(topic, partitions = 1)
325325
testUtils.sendMessages(topic, range.map(_.toString).toArray, Some(0))

0 commit comments

Comments
 (0)