Skip to content

Commit 7acee8e

Browse files
committed
Update docs to reflect default location provider
1 parent 1d24e71 commit 7acee8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mkdocs/docs/configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ Both data file and metadata file locations can be customized by configuring the
213213

214214
For more granular control, you can override the `LocationProvider`'s `new_data_location` and `new_metadata_location` methods to define custom logic for generating file paths. See [`Loading a Custom Location Provider`](configuration.md#loading-a-custom-location-provider).
215215

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

219218
### Simple Location Provider
220219

0 commit comments

Comments
 (0)