steveloughran commented on PR #6259:
URL: https://github.com/apache/hadoop/pull/6259#issuecomment-1796422348

   checkstyle to fix before I merge
   ```
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:3926:
            final String key = pathToKey(to);: 'block' child has incorrect 
indentation level 12, expected level should be 8. [Indentation]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:3927:
            final ObjectMetadata om = newObjectMetadata(file.length());: 
'block' child has incorrect indentation level 12, expected level should be 8. 
[Indentation]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:3928:
            Progressable progress = null;: 'block' child has incorrect 
indentation level 12, expected level should be 8. [Indentation]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:3929:
            PutObjectRequest putObjectRequest = newPutObjectRequest(key, om, 
file);: 'block' child has incorrect indentation level 12, expected level should 
be 8. [Indentation]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:3930:
            S3AFileSystem.this.invoker.retry(: 'block' child has incorrect 
indentation level 12, expected level should be 8. [Indentation]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:3935:
            return null;: 'block' child has incorrect indentation level 12, 
expected level should be 8. [Indentation]
   
./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:3936:
          });: 'block rcurly' has incorrect indentation level 10, expected 
level should be 6. [Indentation]
   ```
   


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

Reply via email to