kbendick commented on pull request #1573:
URL: https://github.com/apache/iceberg/pull/1573#issuecomment-706493287


   > This is a basic initial implementation of an S3 based FileIO 
implementation that includes the reading and writing objects using `putObject` 
and `getObject`.
   
   Will this not use MultiPartUploads? And what about the relatively new 
TransferManager, which will upload multipart uploads at specific byte lengths 
and then manage their commit altogether (and also ensure that readers can pull 
from S3 at the proper byte lengths for things like footers etc).


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

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