Skip to content

Commit 168767d

Browse files
committed
allow space in object-store-url
1 parent 7f0b936 commit 168767d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion_iceberg/src/table.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ fn fake_object_store_url(table_location_url: &str) -> ObjectStoreUrl {
344344
.replace('-', "-2D")
345345
.replace('/', "-2F")
346346
.replace(':', "-3A")
347+
.replace(' ', "-20")
347348
))
348349
.expect("Invalid object store url.")
349350
}

0 commit comments

Comments
 (0)