diff --git a/graph/src/components/store/write.rs b/graph/src/components/store/write.rs index 76c71ce5e39..b75d2912de2 100644 --- a/graph/src/components/store/write.rs +++ b/graph/src/components/store/write.rs @@ -446,7 +446,7 @@ impl RowGroup { if self.immutable { match row { EntityModification::Insert { .. } => { - self.rows.push(row); + self.push_row(row); } EntityModification::Overwrite { .. } | EntityModification::Remove { .. } => { return Err(internal_error!(