Skip to content

Commit

Permalink
Struct variant
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Jul 17, 2024
1 parent 66f5660 commit b4958fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encodings/roaring/src/integer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl RoaringIntArray {
let length = bitmap.statistics().cardinality as usize;
Ok(Self {
typed: TypedArray::try_from_parts(
DType::Bool(NonNullable),
DType::Primitive(ptype, NonNullable),
length,
RoaringIntMetadata { ptype },
Some(Buffer::from(bitmap.serialize::<Portable>())),
Expand Down

0 comments on commit b4958fc

Please sign in to comment.