Skip to content

Commit

Permalink
Make object_store_url public
Browse files Browse the repository at this point in the history
  • Loading branch information
ccciudatu committed Nov 7, 2024
1 parent a17f1a0 commit a578d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/logstore/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pub trait LogStore: Sync + Send {
}

#[cfg(feature = "datafusion")]
fn object_store_url(location: &Url) -> ObjectStoreUrl {
pub fn object_store_url(location: &Url) -> ObjectStoreUrl {
use object_store::path::DELIMITER;
ObjectStoreUrl::parse(format!(
"delta-rs://{}-{}{}",
Expand Down

0 comments on commit a578d53

Please sign in to comment.