ahmarsuhail commented on code in PR #7738: URL: https://github.com/apache/hadoop/pull/7738#discussion_r2152140073
########## hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AAnalyticsAcceleratorStreamReading.java: ########## @@ -22,7 +22,10 @@ import java.io.File; import java.io.IOException; import java.io.InputStream; +import java.lang.reflect.Field; +import org.apache.hadoop.fs.contract.s3a.S3AContract; Review Comment: this test needs work, you shouldn't need to depend on anything from the contract package -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org