Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style
  • Loading branch information
zsxwing committed Aug 23, 2018
commit e968159a1fcedadd6885a424656e1c8c5afb1aa7
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class KafkaDontFailOnDataLossSuite extends KafkaMissingOffsetsTest {
* @param writeToTable the function to write the specified [[DataFrame]] to the given table.
*/
private def verifyMissingOffsetsDontCauseDuplicatedRecords(
testStreamingQuery: Boolean)(writeToTable: (DataFrame, String) => Unit): Unit = {
testStreamingQuery: Boolean)(writeToTable: (DataFrame, String) => Unit): Unit = {
val topic = newTopic()
testUtils.createTopic(topic, partitions = 1)
testUtils.sendMessages(topic, (0 until 50).map(_.toString).toArray)
Expand Down