danielcweeks commented on code in PR #13997:
URL: https://github.com/apache/iceberg/pull/13997#discussion_r2383404179
##########
aws/src/integration/java/org/apache/iceberg/aws/s3/TestS3FileIO.java:
##########
@@ -966,6 +969,138 @@ public void
noStorageCredentialConfiguredWithoutCredentialsInProperties() {
.hasMessageContaining("Unable to load credentials from any of the
providers");
}
+ @Test
+ public void testVectoredRead() throws Exception {
Review Comment:
Let's remove these tests from this PR and include them in the next PR that
implements the S3 vectored read.
--
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]