Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix order by radix sort bug #3201

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Fix order by radix sort bug #3201

merged 2 commits into from
Apr 3, 2024

Conversation

acquamarin
Copy link
Collaborator

@acquamarin acquamarin commented Apr 2, 2024

RadixSort doesn't correctly copy the tuple to the destination tuple due to the missing (-numBytesSorted.)

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.26%. Comparing base (a95b29e) to head (93088cd).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3201      +/-   ##
==========================================
+ Coverage   92.18%   92.26%   +0.07%     
==========================================
  Files        1156     1156              
  Lines       43981    43984       +3     
==========================================
+ Hits        40546    40583      +37     
+ Misses       3435     3401      -34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@acquamarin acquamarin merged commit f62e7c8 into master Apr 3, 2024
20 checks passed
@acquamarin acquamarin deleted the fix-radix-sort branch April 3, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants