mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
fix
This commit is contained in:
parent
e95376e550
commit
17f6618fa3
@ -66,6 +66,12 @@ using MergeTreeIndexGranulePtr = std::shared_ptr<MergeTreeIndexGranule>;
|
||||
using MergeTreeIndexGranules = std::vector<MergeTreeIndexGranulePtr>;
|
||||
|
||||
|
||||
class MergeTreeIndexReader {
|
||||
public:
|
||||
MergeTreeIndexPtr index;
|
||||
};
|
||||
|
||||
|
||||
/// Structure for storing basic index info like columns, expression, arguments, ...
|
||||
class MergeTreeIndex
|
||||
{
|
||||
|
@ -428,7 +428,7 @@ void MergedBlockOutputStream::init()
|
||||
stream_name,
|
||||
part_path + stream_name, INDEX_FILE_EXTENSION,
|
||||
part_path + stream_name, MARKS_FILE_EXTENSION,
|
||||
max_compress_block_size, compression_settings,
|
||||
codec, max_compress_block_size,
|
||||
0, aio_threshold)));
|
||||
|
||||
skip_indexes_granules.emplace_back(nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user