We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb8962 commit cc697abCopy full SHA for cc697ab
src/Columns/ColumnObject.cpp
@@ -2146,7 +2146,7 @@ void ColumnObject::repairDuplicatesInDynamicPathsAndSharedData(size_t offset)
2146
/// and we cannot repair it anyhow. Throw logical error exception in this case.
2147
else
2148
{
2149
- auto value = shared_data_values->getDataAt(j);
+ auto value = shared_data_values->getDataAt(j).toView();
2150
ReadBufferFromMemory buf(value);
2151
auto type_from_shared_data = decodeDataType(buf);
2152
if (!isNothing(type_from_shared_data))
0 commit comments