steveloughran commented on a change in pull request #1752: HADOOP-16732. S3Guard to support encrypted DynamoDB table URL: https://github.com/apache/hadoop/pull/1752#discussion_r369523116
########## File path: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/DynamoDBMetadataStoreTableManager.java ########## @@ -64,6 +64,7 @@ import org.apache.hadoop.io.retry.RetryPolicy; import static java.lang.String.valueOf; +import static org.apache.commons.lang3.StringUtils.isEmpty; Review comment: nit: keep the empty line ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
