Revert "dbms: fix filter size mismatch with size of column [#METR-18009]"

This reverts commit a8da5e498cd9744189c9600d062e82a6fd334609.
This commit is contained in:
Alexey Milovidov 2015-09-16 05:02:22 +03:00
parent 0922693bf0
commit 94d6d70310

View File

@ -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;