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
Each shard runs in its own subprocess, so a reducer calls from_sidecars
once — the module-level cache never gets a hit in production. Inline the
read into _read_sidecars_parallel and leave a TODO for a proper
worker-level cache if we ever colocate reducers.
0 commit comments