This repository was archived by the owner on Jul 2, 2026. It is now read-only.
Commit 8d711ef
Fix legacy view test: create builder before installing legacy view
UnifiedMatrixBuilder.__init__ calls create_or_replace_views, which
overwrites any previously installed view. The test was installing the
legacy view first, then creating a builder that immediately replaced it
with the current view (containing reform_id). Fix by creating the
builder first, then installing the legacy view, and clearing the cached
column metadata so the builder re-introspects the legacy schema.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 039109e commit 8d711ef
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | | - | |
| 281 | + | |
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
| |||
0 commit comments