Skip to content

Commit b052514

Browse files
jhfclaude
andcommitted
test: Update explain plan snapshots after invalid_codes removal
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d6e182b commit b052514

File tree

3 files changed

+199
-195
lines changed

3 files changed

+199
-195
lines changed

test/expected/explain/303_import_jobs_for_norway_small_history-statistical_unit_def.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
-> Seq Scan on external_ident_type eit_1
2121
-> Hash Join
2222
Hash Cond: (ei_2.type_id = eit_2.id)
23-
-> Seq Scan on external_ident ei_2
24-
Filter: (enterprise_id IS NOT NULL)
23+
-> Index Scan using external_ident_enterprise_id_idx on external_ident ei_2
24+
Index Cond: (enterprise_id IS NOT NULL)
2525
-> Hash
2626
-> Seq Scan on external_ident_type eit_2
2727
-> Hash Join
2828
Hash Cond: (ei_3.type_id = eit_3.id)
29-
-> Seq Scan on external_ident ei_3
30-
Filter: (enterprise_group_id IS NOT NULL)
29+
-> Index Scan using external_ident_enterprise_group_id_idx on external_ident ei_3
30+
Index Cond: (enterprise_group_id IS NOT NULL)
3131
-> Hash
3232
-> Seq Scan on external_ident_type eit_3
3333
-> Hash Left Join

0 commit comments

Comments
 (0)