File tree Expand file tree Collapse file tree
trino-lb/src/http_server/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments