mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
What will break if I do this
This commit is contained in:
parent
f2a2941fa6
commit
93a3c1d27e
@ -125,7 +125,7 @@ void IStorageCluster::read(
|
||||
storage_snapshot->check(column_names);
|
||||
|
||||
updateBeforeRead(context);
|
||||
auto cluster = getCluster(context);
|
||||
auto cluster = context->getCluster(cluster_name);
|
||||
|
||||
/// Calculate the header. This is significant, because some columns could be thrown away in some cases like query with count(*)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user