mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
In some cases where the same chunk appears more than once in a given writeValue request, the handleWriteValue code is able to recognize this and skip re-decoding and re-hashing it. In that case an empty result winds up percolating through the code, and I wasn't handling this correctly. Fixed and added a unit test to catch this. Fixes #2695