Skip to content

Commit 0737449

Browse files
committed
[SPARK-23242][SS][TESTS] Don't run tests in KafkaSourceSuiteBase twice
## What changes were proposed in this pull request? KafkaSourceSuiteBase should be abstract class, otherwise KafkaSourceSuiteBase will also run. ## How was this patch tested? Jenkins Author: Shixiong Zhu <zsxwing@gmail.com> Closes #20412 from zsxwing/SPARK-23242.
1 parent 94c67a7 commit 0737449

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
@@ -546,7 +546,7 @@ class KafkaMicroBatchSourceSuite extends KafkaSourceSuiteBase {
546546
}
547547
}
548548

549-
class KafkaSourceSuiteBase extends KafkaSourceTest {
549+
abstract class KafkaSourceSuiteBase extends KafkaSourceTest {
550550

551551
import testImplicits._
552552

0 commit comments

Comments
 (0)