kafka
kafka copied to clipboard
MINOR: remove never thrown exception
This is a too minor pull request that aims to remove a never thrown exception from testUnsignedReadVarlongUnrolled on ByteUtilsBenchmark.java
Committer Checklist (excluded from commit message)
- [x] Verify design and implementation
- [x] Verify test coverage and CI build status
- [x] Verify documentation (including upgrade notes)
@bmscomp please remove unused import import java.io.IOException;
@chia7712 Nice catch, done