steveloughran commented on pull request #2455:
URL: https://github.com/apache/hadoop/pull/2455#issuecomment-729120473


   build failures are checkstyles
   ```
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AInputStream.java:555:
    if (!isObjectStreamOpen()): 'if' construct must use '{}'s. [NeedBraces]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AInputStream.java:586:
          LOG.warn("When closing {} stream for {}, will abort the stream", uri, 
reason, e);: Line is longer than 80 characters (found 91). [LineLength]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AInputStream.java:597:
          LOG.warn("When aborting {} stream after failing to close it for {}", 
uri, reason, e);: Line is longer than 80 characters (found 95). [LineLength]
   ```
   Be interesting to think of how to test this.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to