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 69dbd01 commit c8da5d2Copy full SHA for c8da5d2
src/main/com/codely/lesson_02_tests_in_spark/video_02__unit_testing/app/AvgSpendingApp.scala
@@ -8,8 +8,7 @@ object AvgSpendingApp extends SparkApp {
8
9
private val context = AppContext.load(args)
10
11
- private val reader = StreamReader()
12
-
+ private val reader = StreamReader()
13
private val streamWriter = StreamWriter()
14
15
private val job = AvgSpendingJob(context, reader, streamWriter)
0 commit comments