mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
Checking the fix for "Invalid number of rows in Chunk"
This commit is contained in:
parent
6730ecc2a3
commit
d44392b366
@ -1212,7 +1212,7 @@ void MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(ReadResult & r
|
|||||||
if (result.getFilter())
|
if (result.getFilter())
|
||||||
{
|
{
|
||||||
/// filter might be shrunk while columns not
|
/// filter might be shrunk while columns not
|
||||||
const auto * result_filter = result.getFilterOriginal();
|
const auto * result_filter = result.getFilter();//getFilterOriginal();
|
||||||
|
|
||||||
filterColumns(result.columns, current_step_filter);
|
filterColumns(result.columns, current_step_filter);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user