We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140e4d2 commit 0d9f3feCopy full SHA for 0d9f3fe
.changeset/curvy-buses-kick.md
@@ -0,0 +1,7 @@
1
+---
2
+"@hyperdx/common-utils": patch
3
+"@hyperdx/api": patch
4
+"@hyperdx/app": patch
5
6
+
7
+fix: Always enable query analyzer to fix compatibility issues with old ClickHouse versions.
packages/common-utils/src/clickhouse/index.ts
@@ -447,6 +447,7 @@ export abstract class BaseClickhouseClient {
447
}
448
449
return {
450
+ allow_experimental_analyzer: 1,
451
date_time_output_format: 'iso',
452
wait_end_of_query: 0,
453
cancel_http_readonly_queries_on_client_close: 1,
0 commit comments