You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may consider adding dual HTTP header writes (if eitherX-Presto-... or X-Trino-... is set, both X-Presto-... and X-Trino-...` headers would be send to the coordinators) in the future
For an incompatible client, Trino/Presto throw exception :
and sends no Query Id information.
We are currently submitting the query for addition to Query History without checking if the Query Id is
null
.presto-gateway/gateway-ha/src/main/java/com/lyft/data/gateway/ha/handler/QueryIdCachingProxyHandler.java
Line 258 in 39d7d5f
which leads to an Exception
The text was updated successfully, but these errors were encountered: