Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/22900#discussion_r229619816 --- Diff: external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaDontFailOnDataLossSuite.scala --- @@ -221,7 +221,7 @@ class KafkaSourceStressForDontFailOnDataLossSuite extends StreamTest with KafkaM .as[(String, String)] val query = startStream(kafka.map(kv => kv._2.toInt)) - val testTime = 1.minutes + val testTime = 20.seconds --- End diff -- @dilipbiswal . nit. Although this is a random stress test, can we compare the numbers of Kafka operation of before and after in general? Although the test time is reduced to 1/3, line 255 seems to recover it.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org