Commit 6d15ca1
docs(reader): correct zone-alignment claim and stale ZonedStatsSchema ref
columnZoneStats javadoc overstated alignment: zone-map rows align with
chunkRowCounts() only on the fallback path and for files this writer
produces (one zone per chunk). A foreign writer may use a fixed zone
length independent of chunk boundaries, so the zone count need not match.
Reword to scope the guarantee.
Also fix VortexWriter's stale [io.github.dfa1.vortex.inspect] reference to
ZonedStatsSchema — the class moved to the reader package in this branch.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 3df5b7d commit 6d15ca1
2 files changed
Lines changed: 8 additions & 3 deletions
File tree
- reader/src/main/java/io/github/dfa1/vortex/reader
- writer/src/main/java/io/github/dfa1/vortex/writer
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
406 | | - | |
| 405 | + | |
407 | 406 | | |
408 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
409 | 414 | | |
410 | 415 | | |
411 | 416 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
824 | | - | |
| 824 | + | |
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| |||
0 commit comments