okumin commented on code in PR #3998:
URL: https://github.com/apache/hive/pull/3998#discussion_r1979387343
##########
ql/src/java/org/apache/hadoop/hive/ql/optimizer/ParallelEdgeFixer.java:
##########
@@ -185,23 +187,37 @@ private String sig(Pair<Operator<?>, Operator<?>> o1) {
}
}
+ private static class ActualEdgePredicate implements
OperatorGraph.OperatorEdgePredicate {
+ private static final EnumSet<EdgeType> acceptableEdgeTypes =
Review Comment:
```suggestion
private static final EnumSet<EdgeType> ACCEPTABLE_EDGE_TYPES =
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]