steveloughran commented on code in PR #7483: URL: https://github.com/apache/hadoop/pull/7483#discussion_r2348649331
########## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth/STSClientFactory.java: ########## @@ -23,7 +23,8 @@ import java.net.URI; import java.net.URISyntaxException; import java.util.concurrent.TimeUnit; - +import org.slf4j.Logger; Review Comment: prefer these left as they were so the diff is smaller; import reordering makes cherrypicking a PITA -- 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]
