> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# E2314

> Parquet target — Crash recovery could not delete an over-cursor file

After a crash, a Parquet file whose blocks exceed the committed cursor could not be deleted; leaving
it would duplicate data on resume.

**Fix** — clear the filesystem error (permissions, locks) and remove the file so recovery can finish.
