uros-b opened a new pull request, #17529: URL: https://github.com/apache/iceberg/pull/17529
`StringReader`, `Utf8Reader`, `BytesReader` and `ByteBufferReader` each carry a commented-out block of an older manual `readInt`/`readFixed` implementation, sitting after the active `return` statement that uses `decoder.readString(...)` / `decoder.readBytes(...)`. The commented code is unreachable and superseded, so this removes it. Comment-only; no behavior change. --- **AI Disclosure** - Model: Claude Opus 4.8 - Platform/Tool: Claude Code - Human Oversight: fully reviewed - Prompt Summary: Remove dead commented-out code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
