Commit 20aaf37
style(qwp): javadoc buildCrc32cTable; fix imprecise test msg (#64 m2)
Address the two cosmetic follow-ups from the #64 review:
- buildCrc32cTable now uses a /** */ javadoc, matching its sibling
private helpers crc32cRecovery/detectTornTail (was a // comment).
- The payload-unbacked test asserted the frame-2 header "must end on
the page boundary"; it actually ends 8 bytes below it (the asserted
boundary-8 value, per the javadoc above). Reword to match.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9674fc5 commit 20aaf37
2 files changed
Lines changed: 7 additions & 4 deletions
File tree
- core/src
- main/java/io/questdb/client/cutlass/qwp/client/sf/cursor
- test/java/io/questdb/client/test/cutlass/qwp/client/sf/cursor
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
671 | | - | |
672 | | - | |
673 | | - | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
674 | 677 | | |
675 | 678 | | |
676 | 679 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments