This commit is contained in:
Alexey Milovidov 2023-02-09 08:41:47 +01:00
parent cb847172ea
commit 3a75ede60a

View File

@ -366,7 +366,7 @@ void FillingTransform::transform(Chunk & chunk)
if (first)
{
for (size_t i = 0; i < filling_row.size(); ++i)
for (size_t i = 0, size = filling_row.size(); i < size; ++i)
{
auto current_value = (*old_fill_columns[i])[0];
const auto & fill_from = filling_row.getFillDescription(i).fill_from;