LuigiCerone commented on code in PR #7997: URL: https://github.com/apache/iceberg/pull/7997#discussion_r1258846558
########## python/mkdocs/docs/configuration.md: ########## @@ -38,11 +38,14 @@ The configuration file is recommended since that's the most transparent way. If export PYICEBERG_CATALOG__DEFAULT__URI=thrift://localhost:9083 ``` -The environment variable picked up by Iceberg starts with `PYICEBERG_` and then follows the yaml structure below, where a double underscore `__` represents a nested field. +The environment variable picked up by Iceberg starts with `PYICEBERG_` and then follows the yaml structure below, where +a double underscore `__` represents a nested field. ## FileIO -Iceberg works with the concept of a FileIO which is a pluggable module for reading, writing, and deleting files. By default, PyIceberg will try to initialize the FileIO that's suitable for the scheme (`s3://`, `gs://`, etc.) and will use the first one that's installed. +Iceberg works with the concept of a FileIO which is a pluggable module for reading, writing, and deleting files. By Review Comment: Updated, thanks @Fokko! -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org