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 774054f commit 8657ea0Copy full SHA for 8657ea0
src/execution/source_indexer.rs
@@ -154,7 +154,7 @@ impl SourceIndexingContext {
154
}
155
hash_map::Entry::Vacant(entry) => {
156
if source_version.kind == row_indexer::SourceVersionKind::NonExistence {
157
- update_stats.num_deletions.inc(1);
+ update_stats.num_no_change.inc(1);
158
return anyhow::Ok(());
159
160
let new_entry = SourceRowIndexingState {
0 commit comments