Skip to content

Commit

Permalink
Nit: Remove comment beside property to prefer docs
Browse files Browse the repository at this point in the history
- Removed table proper
  • Loading branch information
Sreesh Maheshwar committed Jan 11, 2025
1 parent 30c77fc commit 2856e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiceberg/table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class TableProperties:
WRITE_PY_LOCATION_PROVIDER_IMPL = "write.py-location-provider.impl"

OBJECT_STORE_ENABLED = "write.object-storage.enabled"
OBJECT_STORE_ENABLED_DEFAULT = True # Differs from the Java implementation
OBJECT_STORE_ENABLED_DEFAULT = True

WRITE_OBJECT_STORE_PARTITIONED_PATHS = "write.object-storage.partitioned-paths"
WRITE_OBJECT_STORE_PARTITIONED_PATHS_DEFAULT = True
Expand Down

0 comments on commit 2856e53

Please sign in to comment.