Uh oh!
There was an error while loading. Please reload this page.
Return an error on overflow in do_append_val_inner - #16201
Conversation
4561781 to
a4bd49eComparealamb
commented
May 28, 2025
Thank you @liamzwbao -- this looks good to me. I'll start some benchmarks on this PR and as long as that looks good this PR looks nice to me Thanks again |
alamb
commented
May 28, 2025
🤖 |
alamb
commented
May 28, 2025
🤖: Benchmark completed Details |
alamb
commented
May 29, 2025
🤖 |
alamb
commented
May 29, 2025
🤖: Benchmark completed Details |
alamb
commented
May 29, 2025
🚀 |
Which issue does this PR close?
ByteGroupValueBuilder::do_append_val_inner#15969.Rationale for this change
Return proper error message instead of panic
What changes are included in this PR?
Change the trait and implemented methods to return error on overflow, plus a bit of refactoring
Are these changes tested?
Modified related tests for the change
Are there any user-facing changes?