Skip to content

Commit

Permalink
compiler-suggested fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgguru committed Oct 24, 2024
1 parent 19d7dc5 commit 94fda4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arrow_parquet/uri_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn object_store_with_location(
check_perms: bool,
) -> (Arc<dyn ObjectStore>, Path) {
if check_perms {
ensure_access_privilege_to_uri(&uri, copy_from);
ensure_access_privilege_to_uri(uri, copy_from);
}

if uri.scheme() == "s3" {
Expand Down

0 comments on commit 94fda4a

Please sign in to comment.