-
Notifications
You must be signed in to change notification settings - Fork 197
ColumnLowCardinalityT fail in constructor #457
Copy link
Copy link
Open
Description
I'm trying to create a clickhouse::ColumnLowCardinalityTclickhouse::ColumnInt32 to insert into low_cardinality(Int32), but in this code:
template <typename T>
using LCC = clickhouse::ColumnLowCardinalityT<T>;
using column_int32 = LCC<clickhouse::ColumnInt32>;
std::shared_ptr<column_int32> abc = std::make_shared<column_int32>(); // throws ItemView value size mismatch for Int32 expected: 4, got: 0
I don't understand what I'm doing wrong and what I need to pass to the constructor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.