Skip to content

Commit cc697ab

Browse files
authored
Update ColumnObject.cpp
1 parent 8cb8962 commit cc697ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Columns/ColumnObject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ void ColumnObject::repairDuplicatesInDynamicPathsAndSharedData(size_t offset)
21462146
/// and we cannot repair it anyhow. Throw logical error exception in this case.
21472147
else
21482148
{
2149-
auto value = shared_data_values->getDataAt(j);
2149+
auto value = shared_data_values->getDataAt(j).toView();
21502150
ReadBufferFromMemory buf(value);
21512151
auto type_from_shared_data = decodeDataType(buf);
21522152
if (!isNothing(type_from_shared_data))

0 commit comments

Comments
 (0)