danielcweeks commented on a change in pull request #277: Moving/Renaming hadoop
module to filesystem
URL: https://github.com/apache/incubator-iceberg/pull/277#discussion_r304520836
##########
File path: python/iceberg/core/filesystem/util.py
##########
@@ -33,21 +31,8 @@ def get_fs(path, conf, local_only=False):
if parsed_path.scheme in ["", "file"]:
return LocalFileSystem.get_instance()
elif parsed_path.scheme in ["s3", "s3n"]:
Review comment:
Should probably include `s3a` in this list as well.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]