We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3d7b7 commit fa64187Copy full SHA for fa64187
external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
@@ -319,7 +319,7 @@ class KafkaSourceSuite extends KafkaSourceTest {
319
}
320
321
test("union bug in failover") {
322
- def getSpecificDF(range: Range.Inclusive): Dataset[Int] = {
+ def getSpecificDF(range: Range.Inclusive): org.apache.spark.sql.Dataset[Int] = {
323
val topic = newTopic()
324
testUtils.createTopic(topic, partitions = 1)
325
testUtils.sendMessages(topic, range.map(_.toString).toArray, Some(0))
0 commit comments