mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Revert "dbms: fix filter size mismatch with size of column [#METR-18009]"
This reverts commit a8da5e498cd9744189c9600d062e82a6fd334609.
This commit is contained in:
parent
0922693bf0
commit
94d6d70310
@ -103,10 +103,8 @@ public:
|
||||
{
|
||||
const auto marks_to_get_from_range = marks_in_part;
|
||||
|
||||
/// @todo find out why this reverse causes bug in [#METR-18009] when max_block_size < index_granularity
|
||||
/// maybe I've messed with other reverses and perform them inconsistently?
|
||||
/// Восстановим порядок отрезков.
|
||||
// std::reverse(thread_task.ranges.begin(), thread_task.ranges.end());
|
||||
std::reverse(thread_task.ranges.begin(), thread_task.ranges.end());
|
||||
|
||||
ranges_to_get_from_part = thread_task.ranges;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user