trino-gateway
trino-gateway copied to clipboard
https://github.com/trinodb/trino-gateway/blob/7b2bbde37af1f11379ebe417bf13a42d417725c3/gateway-ha/src/main/java/io/trino/gateway/ha/router/TrinoQueryProperties.java#L189 [StatementUtils.getQueryType returns Optional] (https://github.com/trinodb/trino/blob/c751cf5a500af61ff43b3ab0abd6d07b40cd7148/core/trino-main/src/main/java/io/trino/util/StatementUtils.java#L251), so resourceGroupQueryType will be Optional.toString not QueryType.toString, like `Optional[...]`.
**Description:** We are encountering an issue with the Trino Gateway setup when querying multiple clusters. Below are the details of our current configuration and the problem: **Configuration:** - **Clusters:** -...