benWize commented on a change in pull request #15742:
URL: https://github.com/apache/beam/pull/15742#discussion_r747009790
##########
File path:
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/graph/DeduceFlattenLocationsFunction.java
##########
@@ -156,8 +156,8 @@
// Find all predecessor and successor locations for every flatten.
for (Node flatten : flattens) {
- AggregatedLocation predecessorLocations = AggregatedLocation.NEITHER;
- AggregatedLocation successorLocations = AggregatedLocation.NEITHER;
+ AggregatedLocation predecessorLocations;
+ AggregatedLocation successorLocations;
Review comment:
Done!
--
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]