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 e8729de commit f16b3b9Copy full SHA for f16b3b9
src/main/scala/com/high-performance-spark-examples/transformations/SmartAggregations.scala
@@ -52,7 +52,7 @@ class SmartAggregations {
52
//seqOp adds the relevant values to the array
53
seqOp = (reportCardMetrics, reportCardText) =>
54
MetricsCalculator_Arrays.sequenceOp(reportCardMetrics, reportCardText),
55
- //combo defines how the arrays should be combinewd
+ //combo defines how the arrays should be combined
56
combOp = (x, y) => MetricsCalculator_Arrays.compOp(x, y))
57
.mapValues(MetricsCalculator_Arrays.toReportCardMetrics)
58
}
@@ -204,5 +204,3 @@ object CollectionRoutines{
204
205
//end::fasterSeqOp[]
206
207
-
208
0 commit comments