rdblue commented on code in PR #6392:
URL: https://github.com/apache/iceberg/pull/6392#discussion_r1044921558
##########
python/pyiceberg/io/__init__.py:
##########
@@ -257,6 +257,8 @@ def delete(self, location: Union[str, InputFile,
OutputFile]) -> None:
"gcs": [ARROW_FILE_IO],
"file": [ARROW_FILE_IO],
"hdfs": [ARROW_FILE_IO],
+ "abfs": [FSSPEC_FILE_IO],
Review Comment:
Let's just include what is tested for now. We can check for pyarrow support
and add it along with tests if it's there.
--
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]