Commit Graph
3 Commits
Author SHA1 Message Date
chrislu 221252d34e fmt 2025-11-23 12:43:08 -08:00
chrislu 10ff54a661 Revert "docs: comprehensive analysis of 78-byte EOFException"
This reverts commit 94ab173eb0.
2025-11-23 12:15:35 -08:00
chrislu 94ab173eb0 docs: comprehensive analysis of 78-byte EOFException
Documented all findings, hypotheses, and debugging approach.

Key insight: 78 bytes is likely the Parquet footer size.
The file has data pages (684 bytes) but missing footer (78 bytes).

Next run will show if getPos() reveals the cause.
2025-11-23 12:09:13 -08:00