mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-25 19:50:32 -05:00
b37b5cc61d
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