Skip to content

Commit

Permalink
always turn off chaching
Browse files Browse the repository at this point in the history
  • Loading branch information
Boruch Chalk committed Apr 11, 2024
1 parent 34bcd8f commit b91ddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-io/src/cloud/object_store_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub async fn build_object_store(
let cloud_location = CloudLocation::from_url(&parsed)?;

let key = url_to_key(&parsed);
let mut allow_cache = true;
let mut allow_cache = false;

{
let cache = OBJECT_STORE_CACHE.read().await;
Expand Down

0 comments on commit b91ddda

Please sign in to comment.