mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix build.
This commit is contained in:
parent
0c6129ac7c
commit
a58b152140
@ -14,8 +14,8 @@ class DataStream
|
||||
public:
|
||||
Block header;
|
||||
|
||||
NameSet distinct_columns;
|
||||
NameSet local_distinct_columns; /// Those columns are distinct in separate thread, but not in general.
|
||||
NameSet distinct_columns = {};
|
||||
NameSet local_distinct_columns = {}; /// Those columns are distinct in separate thread, but not in general.
|
||||
|
||||
/// Things which may be added:
|
||||
/// * sort description
|
||||
|
Loading…
Reference in New Issue
Block a user