File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,9 +182,9 @@ impl TrinoQueryApiResponse {
182182 /// Changes the following references in the query (if they exist)
183183 ///
184184 /// 1. nextUri to point to trino-lb
185- /// 2. In case the `external_trino_addr` is set, segments ackUri to point to the external
186- /// address of Trino. Trino sometimes get's confused (likely by some HTTP) headers and put's the
187- /// trino-lb address into the ackUri (but the requests should go to Trino directly).
185+ /// 2. In case the `external_trino_addr` is set, update the segments ackUri to point to the
186+ /// external address of Trino. Trino sometimes gets confused (likely by some HTTP headers) and
187+ /// puts the trino-lb address into the ackUri (but the requests should go to Trino directly).
188188 #[ instrument(
189189 skip( self ) ,
190190 fields( trino_lb_addr = %trino_lb_addr) ,
You can’t perform that action at this time.
0 commit comments