Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed back API of Crc32cIntChecksum (apache#3826)
### Motivation In apache#3810 the signature of `Crc32cIntChecksum.resumeChecksum()` was changed to accept `offset` & `len` in the buffer. Since this method is also used externally (in Pulsar), we should leave also the old method signature to avoid breaking the API when upgrading BK.
- Loading branch information