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
In the current implementation of the ClickHouse backend, there appears to be an issue when sending multiline SELECT queries. The code doesn't pass these queries to the delta cache; instead, it simply proxies the request.
SELECT
toStartOfHour(...
The text was updated successfully, but these errors were encountered:
trickster/pkg/backends/clickhouse/handler_query.go
Line 55 in f31766c
In the current implementation of the ClickHouse backend, there appears to be an issue when sending multiline SELECT queries. The code doesn't pass these queries to the delta cache; instead, it simply proxies the request.
SELECT toStartOfHour(...
The text was updated successfully, but these errors were encountered: