mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
fix TODO
This commit is contained in:
parent
8fb2b7ee3d
commit
51d2ffc654
@ -389,7 +389,7 @@ bool StorageMergeTree::mergeTask()
|
||||
try
|
||||
{
|
||||
size_t aio_threshold = context.getSettings().min_bytes_to_use_direct_io;
|
||||
return merge(aio_threshold, false /*aggressive*/, {} /*partition*/, false /*final*/, false /*deduplicate*/); //TODO: yurial deduplicate
|
||||
return merge(aio_threshold, false /*aggressive*/, {} /*partition*/, false /*final*/, false /*deduplicate*/); ///TODO: read deduplicate option from table config
|
||||
}
|
||||
catch (Exception & e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user