tabixio / tabix

Tabix.io UI
https://tabix.io
Other
2.14k stars 265 forks source link

Code: 352. DB::Exception: Block structure mismatch (AMBIGUOUS_COLUMN_NAME) #242

Closed digipigeon closed 2 years ago

digipigeon commented 2 years ago

I have just upgraded my main clickhouse server

Running Ubuntu 22.04

ClickHouse server version 22.4.5.9 (official build). - Installed from Repo

Using the Hosted UI.

When looking at the processlist I am getting the following error, (everything else appears to be working correctly):

Code: 352. DB::Exception: Block structure mismatch in (columns with identical name must have identical structure) stream: different types:
memory_usage String String(size = 0)
memory_usage Int64 Int64(size = 0). (AMBIGUOUS_COLUMN_NAME) (version 22.4.5.9 (official build))
isublimity commented 2 years ago

You use last version hosted on http://dash.tabix.io ?

digipigeon commented 2 years ago

I was using (what I now know is the older) ui.tabix.io

Everything is working fine on this new one, thanks.