RussellSpitzer commented on code in PR #14913:
URL: https://github.com/apache/iceberg/pull/14913#discussion_r2646077569


##########
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:
   My main reason would also be different than the one we had before, the 
HadoopFileIO does many "hadoopy posixy" things that are in many cases not what 
you want. It's best to work with the Object store apis directly. The path 
resolution issue that @nhuantho originally noted is one of those weirdnesses 
but there is also "empty directory markers" and a bunch of other things that I 
think we are constantly working around



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