Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily compare buffer data lengths, not capacity
After slicing buffers, we can end up with 2 buffers having the same len and data, but not capacity. Such buffers fail the equality test. CC @sunchao jorgecarleitao as you've worked on this. Perhaps we can find a suitable definition of equality, as we're otherwise failing integration tests because of this.
- Loading branch information