ngsg commented on code in PR #3998: URL: https://github.com/apache/hive/pull/3998#discussion_r1979439667
########## 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: Modified the code as suggested. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org