smaheshwar-pltr commented on code in PR #1642:
URL: https://github.com/apache/iceberg-python/pull/1642#discussion_r1956148860


##########
mkdocs/docs/configuration.md:
##########
@@ -203,12 +204,16 @@ PyIceberg uses 
[S3FileSystem](https://arrow.apache.org/docs/python/generated/pya
 
 ## Location Providers
 
-Apache Iceberg uses the concept of a `LocationProvider` to manage file paths 
for a table's data. In PyIceberg, the
+Apache Iceberg uses the concept of a `LocationProvider` to manage file paths 
for a table's data and metadata files. In PyIceberg, the
 `LocationProvider` module is designed to be pluggable, allowing customization 
for specific use cases. The
 `LocationProvider` for a table can be specified through table properties.

Review Comment:
   Following the other discussion I think "Apache Iceberg ... managing metadata 
files" is a bit misleading given it's just PyIceberg. How about:
   
   ```suggestion
   Apache Iceberg uses the concept of a `LocationProvider` to manage file paths 
for a table's data files. In PyIceberg, the
   `LocationProvider` module is designed to be pluggable, allowing 
customization for specific use cases, and to additionally determine metadata 
file locations. The
   `LocationProvider` for a table can be specified through table properties.
   ```



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

Reply via email to