We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f71ea commit b085663Copy full SHA for b085663
1 file changed
datafusion_iceberg/src/table.rs
@@ -269,7 +269,7 @@ fn fake_object_store_url(table_location_url: &str) -> Option<ObjectStoreUrl> {
269
u.set_host(Some(&format!(
270
"{}-{}",
271
u.host_str().unwrap_or(""),
272
- // Append hex-encoded path to ensure we get a valid hostname
+ // Hex-encode the path to ensure it produces a valid hostname
273
u.path()
274
.as_bytes()
275
.iter()
0 commit comments