guoyuepeng commented on a change in pull request #504: build and run transform
steps with multiple threads
URL: https://github.com/apache/griffin/pull/504#discussion_r301061560
##########
File path:
measure/src/main/scala/org/apache/griffin/measure/step/builder/dsl/transform/AccuracyExpr2DQSteps.scala
##########
@@ -209,8 +208,8 @@ case class AccuracyExpr2DQSteps(context: DQContext,
}
// extra steps
- val writeSteps2 = accuracyMetricWriteStep :: accuracyRecordWriteStep
:: Nil
- accuracyRecordTransStep :: writeSteps1 ++ writeSteps2
+ val streamingWriteSteps = accuracyMetricWriteStep ::
accuracyRecordWriteStep :: Nil
Review comment:
LGTM.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services