Files
seaweedfs/test/java
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
..