You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 ./gh_compare_branch.shBenchmark Script Running
Linux aal-dev 6.11.0-1013-gcp #13~24.04.1-Ubuntu SMP Wed Apr 2 16:34:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Comparing issue-15969-error-on-buffer-overflow (a4bd49e) to aaae4d7diff
Benchmarks: tpch_mem clickbench_partitioned clickbench_extended
Results will be posted here when complete
🤖 ./gh_compare_branch.shBenchmark Script Running
Linux aal-dev 6.11.0-1013-gcp #13~24.04.1-Ubuntu SMP Wed Apr 2 16:34:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Comparing issue-15969-error-on-buffer-overflow (a4bd49e) to aaae4d7diff
Benchmarks: tpch_mem clickbench_partitioned clickbench_extended
Results will be posted here when complete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?