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(data): lock in fast-path and filter-path routing in DeleteLoader
Adds an integration test that exercises the loader's referenced_data_file
fast path with enough rows (128) to clear the consumer's 64-element sniff
threshold, and an assertion on the existing mixed-paths test that locks
in the filter-path routing. Documents which branch each test covers so a
future refactor of PositionDeleteWriter or the loader can't silently take
the wrong path.
0 commit comments