dependabot[bot] opened a new pull request, #9317: URL: https://github.com/apache/iceberg/pull/9317
Bumps [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 1.0.0 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RoaringBitmap/RoaringBitmap/releases">org.roaringbitmap:RoaringBitmap's releases</a>.</em></p> <blockquote> <h2>1.0.1</h2> <h2>What's Changed</h2> <ul> <li>Use already existing routine andCardinality() to avoid code duplication by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/660">RoaringBitmap/RoaringBitmap#660</a></li> <li>already optimal mappable array constructors by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/662">RoaringBitmap/RoaringBitmap#662</a></li> <li>Documenting GC optimization by <a href="https://github.com/lemire"><code>@lemire</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/672">RoaringBitmap/RoaringBitmap#672</a></li> <li>Counting new capacity of RunContainer unified by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/674">RoaringBitmap/RoaringBitmap#674</a></li> <li>Factory method for array container deduplication by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/667">RoaringBitmap/RoaringBitmap#667</a></li> <li>Already invalid comments by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/676">RoaringBitmap/RoaringBitmap#676</a></li> <li>Binary search on part of array only by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/670">RoaringBitmap/RoaringBitmap#670</a></li> <li>more effective buffer copying when limiting mappable container by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/664">RoaringBitmap/RoaringBitmap#664</a></li> <li>More performant LongUtils.compareHigh() by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/639">RoaringBitmap/RoaringBitmap#639</a></li> <li>AddOffset optimization by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/669">RoaringBitmap/RoaringBitmap#669</a></li> <li>AdvanceIfNeeded on bitmap container optimized by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/665">RoaringBitmap/RoaringBitmap#665</a></li> <li>real iand between run and array container by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/668">RoaringBitmap/RoaringBitmap#668</a></li> <li>Avoid computing cardinality for run container by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/685">RoaringBitmap/RoaringBitmap#685</a></li> <li>Use isEmpty() on bitmap instead of getCardinality() > 0 by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/684">RoaringBitmap/RoaringBitmap#684</a></li> <li>Methods for replacing children for Node various type optimized by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/675">RoaringBitmap/RoaringBitmap#675</a></li> <li>Retired getContainer() removed by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/678">RoaringBitmap/RoaringBitmap#678</a></li> <li>variable is set to the same value as it has by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/679">RoaringBitmap/RoaringBitmap#679</a></li> <li>Make faster removal of top values by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/680">RoaringBitmap/RoaringBitmap#680</a></li> <li>Avoid ior() with full container by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/681">RoaringBitmap/RoaringBitmap#681</a></li> <li>unit test to expose batchiterator.advanceIfNeeded bug and fix by <a href="https://github.com/ashishkf"><code>@ashishkf</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/689">RoaringBitmap/RoaringBitmap#689</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ashishkf"><code>@ashishkf</code></a> made their first contribution in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/689">RoaringBitmap/RoaringBitmap#689</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.0.0...1.0.1">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.0.0...1.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/975ee28c29d2d0cc2bebb884ebcba0ac9eb57a2c"><code>975ee28</code></a> [Gradle Release Plugin] - pre tag commit: '1.0.1'.</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/ed2c88f313aaf449c67940682d6683b89b9c9bf6"><code>ed2c88f</code></a> unit test to expose batchiterator.advanceIfNeeded bug and fix (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/689">#689</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/8dd4a5ec22531704ab834db66af89804c17fe37e"><code>8dd4a5e</code></a> avoid ior() with full container (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/681">#681</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/abdd6ffb4fa3991263b8017e60cc0ff9ac2096c9"><code>abdd6ff</code></a> Make faster removal of top values (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/680">#680</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/16fee438875c2821dcaa23c0b6f8e5c5f9e13a2f"><code>16fee43</code></a> variable is set to the same value as it has (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/679">#679</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/9af100da66e83b2de12c2f938b106e70086aa4b0"><code>9af100d</code></a> retired getContainer() removed (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/678">#678</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/c79d0d66c2f93c56af3cf6a28c5b328f02824a8a"><code>c79d0d6</code></a> Methods for replacing children for Node various type optimized (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/675">#675</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/9fde8c5a4747cefd3bf5b297475a0211f7c08b58"><code>9fde8c5</code></a> Use isEmpty() on bitmap instead of getCardinality() > 0 (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/684">#684</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/53ba593e8a1fb288a705837dc3bad057f2a50bc0"><code>53ba593</code></a> Avoid computing cardinality for run container (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/685">#685</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/28482341ca11a62b24bd8b30a8889aa87f266289"><code>2848234</code></a> real iand between run and array container (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/668">#668</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.0.0...1.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org