Skip to content

Commit 9a2ba11

Browse files
committed
Fix compilation
1 parent 4722178 commit 9a2ba11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/crd/database.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl JdbcDatabaseConnection for MetadataDatabaseConnection {
7171
//
7272
// It looks like Druid always starts Derby at `localhost:1527`, regardless of what we configure here,
7373
// so we can hardcode it here.
74-
d.jdbc_connection_details_with_host_part(unique_database_name, "localhost:1527")
74+
d.jdbc_connection_details_for_network_access(unique_database_name, "localhost:1527")
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)