nhuantho commented on code in PR #14913: URL: https://github.com/apache/iceberg/pull/14913#discussion_r2644940896
########## docs/docs/aws.md: ########## @@ -416,9 +416,11 @@ There is no redundant consistency wait and check which might negatively impact p ### Hadoop S3A FileSystem +!!! important + **S3FileIO is recommended** for S3 use cases rather than the `S3A FileSystem` (`HadoopFileIO`). Review Comment: @kevinjqliu I only want to emphasize that: **S3FileIO is recommended** for S3 use cases rather than the `S3A FileSystem` (`HadoopFileIO`), which is the reason I used an important note. And people need to spend 1 minute to read the main reason, so I think that it is not necessary to add the important note. -- 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]
