Skip to content

Commit 0d9f3fe

Browse files
authored
fix: Always enable query analyzer to fix compatibility issues with old ClickHouse versions. (#1185)
1 parent 140e4d2 commit 0d9f3fe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/curvy-buses-kick.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ export abstract class BaseClickhouseClient {
447447
}
448448

449449
return {
450+
allow_experimental_analyzer: 1,
450451
date_time_output_format: 'iso',
451452
wait_end_of_query: 0,
452453
cancel_http_readonly_queries_on_client_close: 1,

0 commit comments

Comments
 (0)