Skip to content

Commit 758378e

Browse files
committed
Add missing leading 's'
1 parent 48f5698 commit 758378e

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/KafkaTestUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class KafkaTestUtils(withBrokerProps: Map[String, Object] = Map.empty) extends L
128128

129129
brokerReady = true
130130
val props = new Properties()
131-
props.put(CommonClientConfigs.BOOTSTRAP_SERVERS_CONFIG, "$brokerHost:$brokerPort")
131+
props.put(CommonClientConfigs.BOOTSTRAP_SERVERS_CONFIG, s"$brokerHost:$brokerPort")
132132
adminClient = AdminClient.create(props)
133133
}
134134

0 commit comments

Comments
 (0)