danielcweeks commented on code in PR #17457:
URL: https://github.com/apache/iceberg/pull/17457#discussion_r4022999703


##########
aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java:
##########
@@ -148,15 +148,20 @@ public S3FileIO(SerializableSupplier<S3Client> s3, 
SerializableSupplier<S3AsyncC
   }
 
   @Override
-  public InputFile newInputFile(String path) {
+  protected InputFile newInputFileForLocation(String path) {

Review Comment:
   Is there a reason we're changing the visibility on this?  This isn't a 
backwards compatible change and while we don't have the same requirements as 
api/core, we shouldn't just change visibility.



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

Reply via email to