-
Notifications
You must be signed in to change notification settings - Fork 893
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
Use brief explain stats #7355
Merged
Merged
Use brief explain stats #7355
Conversation
This file contains 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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7355 +/- ##
==========================================
+ Coverage 80.06% 82.18% +2.11%
==========================================
Files 190 230 +40
Lines 37181 43321 +6140
Branches 9450 10893 +1443
==========================================
+ Hits 29770 35603 +5833
- Misses 2997 3399 +402
+ Partials 4414 4319 -95 ☔ View full report in Codecov by Sentry. |
mkindahl
force-pushed
the
hypercore-brief-array-stats
branch
2 times, most recently
from
October 19, 2024 11:24
bf29758
to
8f68c55
Compare
mkindahl
force-pushed
the
hypercore-brief-array-stats
branch
from
October 29, 2024 07:39
8f68c55
to
dbf3262
Compare
mkindahl
force-pushed
the
hypercore-brief-array-stats
branch
2 times, most recently
from
November 22, 2024 09:22
4d48cfb
to
8262b48
Compare
mkindahl
force-pushed
the
hypercore-brief-array-stats
branch
2 times, most recently
from
November 22, 2024 14:46
cf8ce07
to
675f2f4
Compare
mkindahl
force-pushed
the
hypercore-brief-array-stats
branch
7 times, most recently
from
November 29, 2024 06:38
75d6573
to
ed37473
Compare
mkindahl
force-pushed
the
hypercore-brief-array-stats
branch
from
December 3, 2024 15:38
ed37473
to
d323ce3
Compare
mkindahl
force-pushed
the
hypercore-brief-array-stats
branch
from
December 16, 2024 16:07
d323ce3
to
22483e1
Compare
Use a more compact and easy to read version for the decompression and arrow array cache stats. Also simplify the code and the tests to remove unnecessary parts.
mkindahl
force-pushed
the
hypercore-brief-array-stats
branch
from
December 16, 2024 16:09
22483e1
to
9406c69
Compare
fabriziomello
approved these changes
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Use a more compact and easy to read version for the decompression and arrow array cache stats and simplify the code.
The style is copied from the style for showing Buffer information in standard PostgreSQL.
Disable-check: force-changelog-file