Skip to content

Commit 764bb5b

Browse files
committed
Reword
1 parent 03e72a4 commit 764bb5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

trino-lb/src/http_server/v1/statement.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ async fn queue_or_hand_over_query(
319319
},
320320
)?;
321321

322-
// Only change the nextURI to trino-lb in case we should proxy all calls
322+
// Only change the nextURI to trino-lb in case it should proxy all calls
323323
if state.config.trino_lb.proxy_mode == TrinoLbProxyMode::ProxyAllCalls {
324324
trino_query_api_response
325325
.change_next_uri_to_trino_lb(
@@ -464,7 +464,7 @@ async fn handle_query_running_on_trino(
464464
.context(AskTrinoForQueryStateSnafu)?;
465465

466466
if trino_query_api_response.next_uri.is_some() {
467-
// Only change the nextURI to trino-lb in case we should proxy all calls
467+
// Only change the nextURI to trino-lb in case it should proxy all calls
468468
if state.config.trino_lb.proxy_mode == TrinoLbProxyMode::ProxyAllCalls {
469469
trino_query_api_response
470470
.change_next_uri_to_trino_lb(&state.config.trino_lb.external_address)

0 commit comments

Comments
 (0)