Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
geruh committed Feb 13, 2025
1 parent 76c0480 commit b36df41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ Apache Iceberg uses the concept of a `LocationProvider` to manage file paths for
`LocationProvider` module is designed to be pluggable, allowing customization for specific use cases. The
`LocationProvider` for a table can be specified through table properties.

While data files can leverage provider-specific optimizations, metadata files always follow a simple path configuration. Regardless of
While data files can leverage provider-specific optimizations, metadata files always follow a simple path configuration. Regardless of
the `LocationProvider` used, metadata files are written to the path specified by the [`write.metadata.path` table configuration](#write-options) table property.

PyIceberg defaults to the [`ObjectStoreLocationProvider`](configuration.md#object-store-location-provider), which generates file paths for
PyIceberg defaults to the [`ObjectStoreLocationProvider`](configuration.md#object-store-location-provider), which generates file paths for
data files that are optimized for object storage.

### Simple Location Provider
Expand Down

0 comments on commit b36df41

Please sign in to comment.