Skip to content

Commit 70805a8

Browse files
committed
Forgotten change
1 parent e143307 commit 70805a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/ObjectStorage/StorageObjectStorageSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Chunk StorageObjectStorageSource::generate()
363363
for (const auto & constant_column : reader.constant_columns_with_values)
364364
{
365365
chunk.addColumn(constant_column.first,
366-
constant_column.second.name_and_type.type->createColumnConst(
366+
constant_column.second.name_and_type.type->createColumnConstable(
367367
chunk.getNumRows(), constant_column.second.value));
368368
}
369369

0 commit comments

Comments
 (0)