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: [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]
