Closed athultr1997 closed 2 months ago
The documentation states that isAnalyzeRequest should be set to make trinoQueryProperties and trinoRequestUser available. However, the property that should be set is analyzeRequest as given in the test case: https://github.com/trinodb/trino-gateway/blob/b549b249854d2f466db997ecaf67904539649933/gateway-ha/src/test/resources/test-config-with-routing-template.yml#L27
trinoQueryProperties
trinoRequestUser
analyzeRequest
The documentation states that isAnalyzeRequest should be set to make
trinoQueryProperties
andtrinoRequestUser
available. However, the property that should be set isanalyzeRequest
as given in the test case: https://github.com/trinodb/trino-gateway/blob/b549b249854d2f466db997ecaf67904539649933/gateway-ha/src/test/resources/test-config-with-routing-template.yml#L27