Skip to content

Commit 709163c

Browse files
committed
addendum
1 parent 8caaec9 commit 709163c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3APrefetchingInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
import static org.apache.hadoop.fs.s3a.Constants.PREFETCH_BLOCK_DEFAULT_SIZE;
4040
import static org.apache.hadoop.fs.s3a.Constants.PREFETCH_BLOCK_SIZE_KEY;
4141
import static org.apache.hadoop.fs.s3a.Constants.PREFETCH_ENABLED_KEY;
42-
import static org.apache.hadoop.fs.s3a.Constants.PREFETCH_MAX_BLOCKS_COUNT;
4342
import static org.apache.hadoop.fs.statistics.IOStatisticAssertions.assertThatStatisticMaximum;
4443
import static org.apache.hadoop.fs.statistics.IOStatisticAssertions.verifyStatisticCounterValue;
4544
import static org.apache.hadoop.fs.statistics.IOStatisticAssertions.verifyStatisticGaugeValue;
@@ -79,6 +78,7 @@ public ITestS3APrefetchingInputStream() {
7978
private static final int TIMEOUT_MILLIS = 5000;
8079
private static final int INTERVAL_MILLIS = 500;
8180

81+
8282
@Override
8383
public Configuration createConfiguration() {
8484
Configuration conf = super.createConfiguration();

0 commit comments

Comments
 (0)