You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto arr_locard_string = make_shared<ColumnArray>(make_shared<ColumnLowCardinalityT<ColumnString>>());
auto locard_string = make_shared<ColumnLowCardinalityT<ColumnString>>();
locard_string->Append("aaa");
locard_string->Append("bbb");
arr_locard_string->AppendAsColumn(locard_string);
Block block;
block.AppendColumn("arr", arr_locard_string);
client.Insert("test.array_locard_test",block);
And exception is "DB::Exception: Invalid version for SerializationLowCardinality key column."
The text was updated successfully, but these errors were encountered:
typeryougishiki
changed the title
Exception on inserting intto ArrayLowCardinality(Nullable(String))
Exception on inserting intto Array(LowCardinality(String))
Jan 19, 2022
Uh oh!
There was an error while loading. Please reload this page.
Code like this:
And exception is "DB::Exception: Invalid version for SerializationLowCardinality key column."
The text was updated successfully, but these errors were encountered: