steveloughran commented on a change in pull request #628: HADOOP-16186. NPE in ITestS3AFileSystemContract teardown in DynamoDBMetadataStore.lambda$listChildren URL: https://github.com/apache/hadoop/pull/628#discussion_r269115777
########## File path: hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/s3guard/TestDynamoDBMiscOperations.java ########## @@ -20,16 +20,21 @@ import java.io.FileNotFoundException; import java.io.IOException; +import java.util.List; import com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException; import com.amazonaws.waiters.WaiterTimedOutException; +import org.apache.hadoop.fs.Path; Review comment: move down to rest of org.apache imports ---------------------------------------------------------------- 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]
