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

[COLLECTIONS-857] Update bloom filter documentation #508

Conversation

Claudenw
Copy link
Contributor

@Claudenw Claudenw commented Jun 24, 2024

This change continues the work on COLLECTIONS-857.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.45%. Comparing base (229425c) to head (6c45535).
Report is 315 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #508      +/-   ##
============================================
- Coverage     81.60%   81.45%   -0.16%     
- Complexity     4745     4834      +89     
============================================
  Files           295      300       +5     
  Lines         13751    14093     +342     
  Branches       2022     2071      +49     
============================================
+ Hits          11222    11479     +257     
- Misses         1929     1998      +69     
- Partials        600      616      +16     

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

@Claudenw Claudenw self-assigned this Jun 24, 2024
@Claudenw Claudenw marked this pull request as ready for review June 24, 2024 12:20
@garydgregory
Copy link
Member

Hi @Claudenw

Thank you for your PR.

Is there a reason we are documenting the feature in two places: In Javadoc and separate site pages? Why does some information go in one place vs. the other?

I always find that the "truth" is usually closest to the code and most likely to be maintained when near that code.

Also, note that starting with Java 18, we have the snippets Javadoc feature. So I think that long term, all docs should (IMO) go in Javadocs.

I don't know what happens if you plainly try to use snippets in Javadoc 8...

@Claudenw
Copy link
Contributor Author

Claudenw commented Jun 29, 2024 via email

@garydgregory garydgregory merged commit 8125391 into apache:master Jul 3, 2024
8 of 9 checks passed
@garydgregory garydgregory changed the title [Collections-857] update bloom filter documentation [COLLECTIONS-857] update bloom filter documentation Jul 3, 2024
@garydgregory garydgregory changed the title [COLLECTIONS-857] update bloom filter documentation [COLLECTIONS-857] Update bloom filter documentation Jul 3, 2024
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.

3 participants