-
Notifications
You must be signed in to change notification settings - Fork 465
Use ObjectStoreLocationProvider by default
#1509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -297,8 +297,8 @@ def test_object_storage_location_provider_excludes_partition_path( | |
| tbl = _create_table( | ||
| session_catalog=session_catalog, | ||
| identifier=f"default.arrow_table_v{format_version}_with_null_partitioned_on_col_{part_col}", | ||
| # write.object-storage.partitioned-paths defaults to True | ||
| properties={"format-version": str(format_version), TableProperties.OBJECT_STORE_ENABLED: True}, | ||
| # Both write.object-storage.enabled and write.object-storage.partitioned-paths default to True | ||
|
||
| properties={"format-version": str(format_version)}, | ||
| data=[arrow_table_with_null], | ||
| partition_spec=partition_spec, | ||
| ) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: instead of the comment here, let's add it to the docs
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! I've remove for now.
Then we can add all the new location-relevant write options introduced in #1452 when we address #1510 together with the other docs?