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

change bucket count type #2013

Merged
merged 4 commits into from
Apr 27, 2023
Merged

change bucket count type #2013

merged 4 commits into from
Apr 27, 2023

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Apr 27, 2023

closes #2012

PSeitz and others added 3 commits April 27, 2023 08:26
Co-authored-by: Paul Masurel <paul@quickwit.io>
Co-authored-by: Paul Masurel <paul@quickwit.io>
@codecov-commenter
Copy link

Codecov Report

Merging #2013 (3d21715) into main (c599bf3) will increase coverage by 0.02%.
The diff coverage is 87.50%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main    #2013      +/-   ##
==========================================
+ Coverage   94.33%   94.35%   +0.02%     
==========================================
  Files         320      319       -1     
  Lines       59024    59209     +185     
==========================================
+ Hits        55678    55869     +191     
+ Misses       3346     3340       -6     
Impacted Files Coverage Δ
src/aggregation/mod.rs 93.90% <ø> (ø)
src/aggregation/bucket/term_agg.rs 97.95% <66.66%> (ø)
src/aggregation/agg_limits.rs 100.00% <100.00%> (ø)
src/aggregation/bucket/histogram/histogram.rs 98.70% <100.00%> (ø)
src/aggregation/intermediate_agg_result.rs 94.83% <100.00%> (ø)

... and 39 files with indirect coverage changes

@PSeitz PSeitz merged commit cbf2bdc into main Apr 27, 2023
5 checks passed
@PSeitz PSeitz deleted the fix_agg_type branch April 27, 2023 07:47
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.

Term aggregation: Change bucket count type to u32
3 participants