mosche commented on code in PR #25187:
URL: https://github.com/apache/beam/pull/25187#discussion_r1093358113
##########
runners/spark/3/src/main/java/org/apache/beam/runners/spark/structuredstreaming/translation/PipelineTranslator.java:
##########
@@ -129,12 +138,22 @@ public EvaluationContext translate(
*/
private static final class TranslationResult<T> implements
EvaluationContext.NamedDataset<T> {
private final String name;
+ private final float complexityFactor;
Review Comment:
`final` and always set in constructor ...
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]