We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b235d commit b239866Copy full SHA for b239866
1 file changed
trino-lb-core/src/trino_query.rs
@@ -52,7 +52,7 @@ pub struct TrinoQuery {
52
/// Endpoint of the Trino cluster the query is running on.
53
pub trino_endpoint: Url,
54
55
- /// (Optionally, if configured) public endpoint of the Trino cluster.
+ /// Public endpoint of the Trino cluster, if it's configured in the trino-lb config.
56
/// This can e.g. be used to change segment ackUris to.
57
pub trino_external_endpoint: Option<Url>,
58
0 commit comments