mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
dbms: fixed build [#METR-2944].
This commit is contained in:
parent
659cf5a940
commit
d7c24b8203
@ -548,7 +548,7 @@ private:
|
||||
|
||||
out->getChars().reserve(total_length);
|
||||
|
||||
const auto & null_value = std::get<String>(attribute.null_values);
|
||||
// const auto & null_value = std::get<String>(attribute.null_values);
|
||||
|
||||
for (const auto row : ext::range(0, ext::size(ids)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user