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_r299349972
##########
File path:
measure/src/main/scala/org/apache/griffin/measure/step/builder/dsl/transform/AccuracyExpr2DQSteps.scala
##########
@@ -161,13 +164,12 @@ case class AccuracyExpr2DQSteps(context: DQContext,
}
// accuracy current steps
- val transSteps1 = missRecordsTransStep :: missCountTransStep ::
totalCountTransStep :: accuracyTransStep :: Nil
val writeSteps1 =
Review comment:
can we rename step1 step2 as something meaningful like pre/post processing
steps, sink steps.
----------------------------------------------------------------
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