Aggarwal-Raghav commented on code in PR #482:
URL: https://github.com/apache/tez/pull/482#discussion_r3492370867
##########
tez-tests/src/test/java/org/apache/tez/test/TestInput.java:
##########
@@ -75,7 +75,15 @@ public class TestInput extends AbstractLogicalInput {
Set<Integer> failingTaskIndices = Sets.newHashSet();
Set<Integer> failingTaskAttempts = Sets.newHashSet();
Set<Integer> failingInputIndices = Sets.newHashSet();
- Integer failAll = new Integer(-1);
+ private Integer failAll = -1;
+
+ public Integer getFailAll() {
+ return failAll;
Review Comment:
Is this because of spotbugs/checkstyle?
--
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]