dependabot[bot] opened a new pull request, #14540: URL: https://github.com/apache/pinot/pull/14540
Bumps [com.dynatrace.hash4j:hash4j](https://github.com/dynatrace-oss/hash4j) from 0.18.0 to 0.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dynatrace-oss/hash4j/releases">com.dynatrace.hash4j:hash4j's releases</a>.</em></p> <blockquote> <h2>v0.19.0</h2> <p><strong>New Features:</strong></p> <ul> <li>introduced <code>HashStream32::resetAndHashToInt</code>, <code>HashStream64::resetAndHashToLong</code>, and <code>HashStream128:resetAndHashTo128Bits</code> methods for more convenient recycling of hash stream objects</li> <li>added <code>HashStream::putUnorderedIterable</code> that takes a <code>HashStream64</code></li> </ul> <p><strong>Improvements:</strong></p> <ul> <li>performance optimization of <code>PackedArrayHandler::numEqualComponents</code> for bit size equal to 1</li> </ul> <p><strong>Incompatible Changes:</strong></p> <ul> <li>removed class <code>XXH3_64</code> from the public interface, please use corresponding factory method <code>Hashing.xxh3_64</code> instead</li> <li>removed class <code>ConsistentJumpBackBucketHasher</code> from the public interface, please use corresponding factory method <code>ConsistentHashing.jumpBackHash</code> instead</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dynatrace-oss/hash4j/compare/v0.18.0...v0.19.0">https://github.com/dynatrace-oss/hash4j/compare/v0.18.0...v0.19.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/fdd1f6febd516abe03c9e38f7d7f452f58f098ef"><code>fdd1f6f</code></a> Merge pull request <a href="https://redirect.github.com/dynatrace-oss/hash4j/issues/302">#302</a> from dynatrace-oss/reset-and-hash-method</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/222941359759f17334b4eb0e09f48e02721bf9e6"><code>2229413</code></a> added api changes from 0.17.0 -> 0.18.0</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/e9a08a520d152482fa869e469836a4fd5633e1a0"><code>e9a08a5</code></a> fixed line endings, simplified special license handling in build.gradle</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/89738a6169b71384648c46db8dc1f9d302bb575a"><code>89738a6</code></a> prepare for release 0.19.0, updated README</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/5621b0b760cecc043c9ac71b933f226ff52b521d"><code>5621b0b</code></a> Merge pull request <a href="https://redirect.github.com/dynatrace-oss/hash4j/issues/301">#301</a> from dynatrace-oss/reset-and-hash-method</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/dbeae22e2429c822f0d77efb386eee31b7a74cbd"><code>dbeae22</code></a> upgraded gradle to version 8.11.1, improved build.gradle, get rid of me.champ...</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/b40fac895a9306bea0ba02ee32fd68fe18104d65"><code>b40fac8</code></a> Merge pull request <a href="https://redirect.github.com/dynatrace-oss/hash4j/issues/300">#300</a> from dynatrace-oss/reset-and-hash-method</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/32f03d1b3d102192607af67850539ec741889b65"><code>32f03d1</code></a> update build.gradle (fixed automatic revapi check)</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/562b8fcd9587099caaee7b9a2ac9974348768803"><code>562b8fc</code></a> fixed visibilities</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/64f01ecd49d3efdfb8041c3117363213577a093c"><code>64f01ec</code></a> improved javadoc</li> <li>Additional commits viewable in <a href="https://github.com/dynatrace-oss/hash4j/compare/v0.18.0...v0.19.0">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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org