Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB::Exception: when double clicking on a clikhouse inner table #217

Open
giko45 opened this issue Jun 4, 2020 · 0 comments
Open

DB::Exception: when double clicking on a clikhouse inner table #217

giko45 opened this issue Jun 4, 2020 · 0 comments

Comments

@giko45
Copy link

giko45 commented Jun 4, 2020

Hi,

When double click on a clickhouse table with a dot in it (as created by a materialized view) the GUI hangs

example:

CREATE TABLE A (   `id` Int32 ) ENGINE = AggregatingMergeTree() PARTITION BY tuple() ORDER BY id

CREATE MATERIALIZED VIEW A_mv (   `id` Int32(), ) ENGINE = AggregatingMergeTree() PARTITION BY tuple() ORDER BY   series_id SETTINGS index_granularity = 8192 AS SELECT   sumState(id) AS ids FROM   A

click on reload structure
double click on the created inner table ".inner.A_mv"
The GUI hangs

when looking in the chrome developer console i can see the following form data send:
describe table timedb..inner.A_mv
which should be

describe table timedb.".inner.A_mv"
together with the error: DB::Exception: Logical error: more than two components in table expression #217

@giko45 giko45 changed the title DB::Exception: Logical error: more than two components in table expression DB::Exception: when double clicking on a clikhouse inner table Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant