You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: failing regression tests for tallyman_read_csv reconstruction, location, reader kwargs
Cover three regressions from the polars CSV-reader swap (685ad1d), each
reproduced as a failing test before the fix:
- #6: after the snapshot is baked, deleting the source CSV must not break
reconstruction (baked_snapshot_path / verify_result_faithful). Today
_ordered_csv_parquet stats the CSV on every recipe re-run -> FileNotFoundError.
- #9: the ordered-CSV intermediate must live in a project-independent location,
not under the active project's artifacts dir (reconstruction under a different
active project misses the cache and re-reads the CSV).
- #10: reader options (separator, skip_rows, ...) must be forwarded to
polars.scan_csv; the rewrite dropped **kwargs so they raise TypeError.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments