Skip to content
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

fix: ListingSchemaProvider not forwarding custom storage_options #2924

Merged

Conversation

Nordalf
Copy link
Contributor

@Nordalf Nordalf commented Oct 5, 2024

Description

The ListingTableProvider used to gather delta tables from an object_store did not pass the storage_options (connection details) to the object_store library. Therefore, it was not possible to establish a connection. This PR fixes that specific issue

Related Issue(s)

None

Documentation

None

The `ListingTableProvider` used to gather `delta tables` from an `object_store` did not passed the `storage_options` (connection details) to the `object_store` library. Therefore, nothing was happening. This PR fixes that specific issue
@Nordalf Nordalf changed the title ListingTableProvider missing storage_options ListingTableProvider missing storage_options (Azure) Oct 5, 2024
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Oct 5, 2024
Copy link

github-actions bot commented Oct 5, 2024

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@Nordalf Nordalf changed the title ListingTableProvider missing storage_options (Azure) fix: ListingTableProvider missing storage_options Oct 5, 2024
@Nordalf Nordalf changed the title fix: ListingTableProvider missing storage_options fix: ListingTableProvider not passing storage_options Oct 5, 2024
Copy link

codecov bot commented Oct 6, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 72.41%. Comparing base (8701046) to head (67ba44b).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/data_catalog/storage/mod.rs 50.00% 0 Missing and 1 partial ⚠️
crates/core/src/storage/mod.rs 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2924   +/-   ##
=======================================
  Coverage   72.40%   72.41%           
=======================================
  Files         131      131           
  Lines       40496    40496           
  Branches    40496    40496           
=======================================
+ Hits        29323    29325    +2     
+ Misses       9292     9291    -1     
+ Partials     1881     1880    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nordalf Nordalf changed the title fix: ListingTableProvider not passing storage_options fix: ListingSchemaProvider not passing storage_options Oct 7, 2024
@Nordalf Nordalf changed the title fix: ListingSchemaProvider not passing storage_options fix: ListingSchemaProvider not forwarding custom storage_options Oct 7, 2024
…et forwarded to ListingSchemaProvider correctly
@rtyler rtyler added this pull request to the merge queue Oct 7, 2024
@rtyler rtyler added the bug Something isn't working label Oct 7, 2024
Merged via the queue into delta-io:main with commit 374d355 Oct 7, 2024
21 checks passed
@rtyler rtyler mentioned this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants