Analyzer Planner enable by default#45461
Closed
kitaisreal wants to merge 1 commit intoClickHouse:masterfrom
Closed
Analyzer Planner enable by default#45461kitaisreal wants to merge 1 commit intoClickHouse:masterfrom
kitaisreal wants to merge 1 commit intoClickHouse:masterfrom
Conversation
9020e53 to
cdd2c0e
Compare
cdd2c0e to
798d7b8
Compare
93a932c to
ac97e1a
Compare
ac97e1a to
d171ea6
Compare
4c1a25c to
6d800c2
Compare
1 task
53b3574 to
276ae35
Compare
c7f4e8c to
d39f375
Compare
Contributor
|
We've started to run this branch in our CI environment, first error that it's raising is that queries to SELECT *
FROM system.zookeeper
WHERE path = 'path'
Query id: 24da186e-f8ab-437f-822e-40430cc2f3ae
0 rows in set. Elapsed: 0.187 sec.
Received exception from server (version 23.2.1):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: SELECT from system.zookeeper table must contain condition like path = 'path' or path IN ('path1','path2'...) or path IN (subquery) in WHERE clause unless `set allow_unrestricted_reads_from_keeper = 'true'`.. (BAD_ARGUMENTS)When deactivating the analyzer everything works fine: SELECT *
FROM system.zookeeper
WHERE path = 'path'
SETTINGS allow_experimental_analyzer = 0
Query id: 38167da5-23f8-4cd5-8be6-55a2b71fbfc1
Ok.
0 rows in set. Elapsed: 0.002 sec. |
f339b71 to
87c2fe7
Compare
3 tasks
Contributor
|
This is an automated comment for commit e18fd1f with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page Successful checks
|
Member
|
We did it. |
Contributor
|
There's a problem with the analyzer: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):