dependabot[bot] opened a new pull request, #17735: URL: https://github.com/apache/pinot/pull/17735
Bumps [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 1.3.0 to 1.6.10. <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.6.9</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.8...1.6.9">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.8...1.6.9</a></p> <h2>1.6.8</h2> <h2>What's Changed</h2> <ul> <li>Bring back <code>RoaringBitmap</code> artifact ID by <a href="https://github.com/snazy"><code>@snazy</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/824">RoaringBitmap/RoaringBitmap#824</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/snazy"><code>@snazy</code></a> made their first contribution in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/824">RoaringBitmap/RoaringBitmap#824</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.7...1.6.8">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.7...1.6.8</a></p> <h2>Version 1.6.0</h2> <h2>What's Changed</h2> <ul> <li>a two-level succinct data structure that provides constant-time rank operations for dense RoaringBitmaps by <a href="https://github.com/geraldpgreen"><code>@geraldpgreen</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/813">RoaringBitmap/RoaringBitmap#813</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/geraldpgreen"><code>@geraldpgreen</code></a> made their first contribution in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/813">RoaringBitmap/RoaringBitmap#813</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.5.4...1.6.0">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.5.4...1.6.0</a></p> <h2>Version 1.5.4</h2> <h2>What's Changed</h2> <ul> <li>calculate the Node at a key in a single step by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/795">RoaringBitmap/RoaringBitmap#795</a></li> <li>improve 64 bit clone by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/800">RoaringBitmap/RoaringBitmap#800</a></li> <li>minor optimisations in 64 bit bit-slices by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/804">RoaringBitmap/RoaringBitmap#804</a></li> <li>update gradle wrapper validation by <a href="https://github.com/lemire"><code>@lemire</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/807">RoaringBitmap/RoaringBitmap#807</a></li> <li>update moved dependency by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/806">RoaringBitmap/RoaringBitmap#806</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/812">RoaringBitmap/RoaringBitmap#812</a></li> <li>Rank long by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/811">RoaringBitmap/RoaringBitmap#811</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.5.3...1.5.4">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.5.3...1.5.4</a></p> <h2>Version 1.5.3</h2> <h2>What's Changed</h2> <ul> <li>Fix windows delete take 2 by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/783">RoaringBitmap/RoaringBitmap#783</a></li> <li>reduce retained memory and allocations in LeafNode by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/782">RoaringBitmap/RoaringBitmap#782</a></li> <li>use some junit methods to report errors more verbosely by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/784">RoaringBitmap/RoaringBitmap#784</a></li> <li>remove nodeType from Branch nodes (its hardly used) by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/787">RoaringBitmap/RoaringBitmap#787</a></li> <li>minor changes to some tests by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/789">RoaringBitmap/RoaringBitmap#789</a></li> <li>remove <code>prefixLength</code> to save some memory. by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/788">RoaringBitmap/RoaringBitmap#788</a></li> <li>fix memory leak in Node4.remove by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/790">RoaringBitmap/RoaringBitmap#790</a></li> <li>remove allocations from lookups by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/793">RoaringBitmap/RoaringBitmap#793</a></li> <li>empty arrays and copying by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/794">RoaringBitmap/RoaringBitmap#794</a></li> <li>some initial Roaring64Bitmap benchmarks by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/797">RoaringBitmap/RoaringBitmap#797</a></li> <li>Upgrade Gradle Version to 8.14+ by <a href="https://github.com/anandheritage"><code>@anandheritage</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/798">RoaringBitmap/RoaringBitmap#798</a></li> <li>an few more benchmarks by <a href="https://github.com/mkeskells"><code>@mkeskells</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/799">RoaringBitmap/RoaringBitmap#799</a></li> <li>fixing issue 801 by <a href="https://github.com/lemire"><code>@lemire</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/802">RoaringBitmap/RoaringBitmap#802</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/dff49fa74c0a6ed11c3f0192b07219ac8ae9b8eb"><code>dff49fa</code></a> trying to reenable releases to github packages</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/017bc5f17f781e785c39ebbcc51e1648e5644089"><code>017bc5f</code></a> saving...</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/dd2403c7b7c76408b5393a53f238fe2b526a66e5"><code>dd2403c</code></a> Merge branch 'master' of github.com:RoaringBitmap/RoaringBitmap</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/1d6628b0429d246fdabfe8c7d599129db4cac1e6"><code>1d6628b</code></a> documenting maven central</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/126d213d3a22601ea50ea2e496648c15c9cf5444"><code>126d213</code></a> [Gradle Release Plugin] - new version commit: '1.6.10'.</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/8508b9b1a40066012ca48a26865649d522bc5a9b"><code>8508b9b</code></a> trying to fix jitpack</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/d92a9631c321044171e9a40d6263001475ea00d3"><code>d92a963</code></a> [Gradle Release Plugin] - new version commit: '1.6.9'.</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/93b90f660aebbeea8ffcac8b8cf95c406488349f"><code>93b90f6</code></a> Bring back <code>RoaringBitmap</code> artifact ID (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/824">#824</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/2ab4a31b32abee4ff924e758dca7a6c091d3a552"><code>2ab4a31</code></a> undo</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/d5fa247d42f789c83d64aad7fb95847e94ec96e5"><code>d5fa247</code></a> Merge branch 'master' of github.com:RoaringBitmap/RoaringBitmap</li> <li>Additional commits viewable in <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.3.0...1.6.10">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
