kafka icon indicating copy to clipboard operation
kafka copied to clipboard

MINOR: remove never thrown exception

Open bmscomp opened this issue 1 year ago • 2 comments

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 avatar Oct 17 '24 19:10 bmscomp

@bmscomp please remove unused import import java.io.IOException;

chia7712 avatar Oct 18 '24 04:10 chia7712

@chia7712 Nice catch, done

bmscomp avatar Oct 18 '24 08:10 bmscomp