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 d4ddfaf commit 0e192f8Copy full SHA for 0e192f8
graph/src/components/store/write.rs
@@ -446,7 +446,7 @@ impl RowGroup {
446
if self.immutable {
447
match row {
448
EntityModification::Insert { .. } => {
449
- self.rows.push(row);
+ self.push_row(row);
450
}
451
EntityModification::Overwrite { .. } | EntityModification::Remove { .. } => {
452
return Err(internal_error!(
0 commit comments