Skip to content

Commit b085663

Browse files
Improve comment
1 parent 53f71ea commit b085663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion_iceberg/src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ fn fake_object_store_url(table_location_url: &str) -> Option<ObjectStoreUrl> {
269269
u.set_host(Some(&format!(
270270
"{}-{}",
271271
u.host_str().unwrap_or(""),
272-
// Append hex-encoded path to ensure we get a valid hostname
272+
// Hex-encode the path to ensure it produces a valid hostname
273273
u.path()
274274
.as_bytes()
275275
.iter()

0 commit comments

Comments
 (0)