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
WARNING clickhouse_connect.driver.client:client.py:124 Unrecognized timezone None received from ClickHouse
Any query that doesn't explicitly set QueryResultDetails in the clickhouse-serverwill return with no details.
I.e. no headers like X-ClickHouse-Format, X-ClickHouse-Timezone, X-ClickHouse-Query-Id would be present.
Steps to reproduce
INSERT INTO table1 VALUES (...)
See the warning pop up.
Expected behaviour
No warning, as some queries are expected not to have X-ClickHouse-Timezone in response
Version
Checked in the current clickhouse-connect/main vs ClickHouse/master
The text was updated successfully, but these errors were encountered:
Describe the bug
Any query that doesn't explicitly set
QueryResultDetails
in theclickhouse-server
will return with no details.I.e. no headers like
X-ClickHouse-Format
,X-ClickHouse-Timezone
,X-ClickHouse-Query-Id
would be present.Steps to reproduce
INSERT INTO table1 VALUES (...)
Expected behaviour
No warning, as some queries are expected not to have
X-ClickHouse-Timezone
in responseVersion
Checked in the current
clickhouse-connect/main
vsClickHouse/master
The text was updated successfully, but these errors were encountered: