dependabot[bot] opened a new pull request, #12849: URL: https://github.com/apache/pinot/pull/12849
Bumps [com.dynatrace.hash4j:hash4j](https://github.com/dynatrace-oss/hash4j) from 0.13.0 to 0.17.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.17.0</h2> <p><strong>New Features:</strong></p> <ul> <li>FarmHashUo: a 64-bit hash function</li> <li>JumpBackHash: a very fast consistent hash algorithm</li> </ul> <p><strong>Improvements:</strong></p> <ul> <li>improved performance of HyperLogLog and UltraLogLog merge operations if sketches have same precision</li> <li>better performance of hash functions relying on unsigned 128-bit multiplications on Java 21 by using java.lang.Math.unsignedMultiplyHigh</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dynatrace-oss/hash4j/compare/v0.16.0...v0.17.0">https://github.com/dynatrace-oss/hash4j/compare/v0.16.0...v0.17.0</a></p> <h2>v0.16.0</h2> <p><strong>Improvements:</strong></p> <ul> <li>optimized performance of distinct count estimators</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dynatrace-oss/hash4j/compare/v0.15.0...v0.16.0">https://github.com/dynatrace-oss/hash4j/compare/v0.15.0...v0.16.0</a></p> <h2>v0.15.0</h2> <p><strong>New Features:</strong></p> <ul> <li>new hash function: Java port of PolymurHash 2.0</li> </ul> <p><strong>Improvements:</strong></p> <ul> <li>optimized performance of putChars for the FarmHashNa hashing algorithm</li> <li>optimized performance of the distinct count estimator for HyperLogLog</li> <li>optimized speed of consistent hashing based on improved consistent weighted sampling</li> <li>reduced risk of an OutOfMemoryError when applying putUnorderedIterable on Iterables of unknown huge (billion range) size</li> </ul> <p><strong>Bug Fixes:</strong></p> <ul> <li>fixed bug in Murmur3_128 leading to an infinite loop when hashing char sequences of lengths >= 2^31 - 8 = 2147483640</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dynatrace-oss/hash4j/compare/v0.14.0...v0.15.0">https://github.com/dynatrace-oss/hash4j/compare/v0.14.0...v0.15.0</a></p> <h2>v0.14.0</h2> <p><strong>New Features:</strong></p> <ul> <li>new consistent hashing algorithm with constant runtime based on improved consistent weighted sampling</li> </ul> <p><strong>Improvements:</strong></p> <ul> <li>faster maximum-likelihood estimator for UltraLogLog</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dynatrace-oss/hash4j/compare/v0.13.0...v0.14.0">https://github.com/dynatrace-oss/hash4j/compare/v0.13.0...v0.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/95834ea9cc2bb615cd4558a9e0ec443b0e579671"><code>95834ea</code></a> fixed build.gradle</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/c7dcceb03fe930f095da0afec156a15998443b54"><code>c7dcceb</code></a> fix typos</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/ba95128d97bb417d1d4e88a7d17c990f8fc1ab07"><code>ba95128</code></a> Merge pull request <a href="https://redirect.github.com/dynatrace-oss/hash4j/issues/228">#228</a> from dynatrace-oss/release-0.17.0</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/b60960efea3b2a8b10af6b066ac4daa05fb0ee5f"><code>b60960e</code></a> Merge pull request <a href="https://redirect.github.com/dynatrace-oss/hash4j/issues/227">#227</a> from dynatrace-oss/jump-back-hash</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/92f3756ba3e7af256830e0efefb0a9dea0dc794e"><code>92f3756</code></a> prepare for release 0.17.0</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/5da4c08f606a98404393ebcf0e5e5dcbac25d03c"><code>5da4c08</code></a> Merge pull request <a href="https://redirect.github.com/dynatrace-oss/hash4j/issues/226">#226</a> from dynatrace-oss/dependabot/gradle/commons-codec-co...</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/c5fa3b031ac704f5a3a61c6d02760ca6049becf7"><code>c5fa3b0</code></a> Bump commons-codec:commons-codec from 1.16.0 to 1.16.1</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/a9485ae4e564b43e865ef7d83fb49c2b0ee50c48"><code>a9485ae</code></a> Merge pull request <a href="https://redirect.github.com/dynatrace-oss/hash4j/issues/225">#225</a> from dynatrace-oss/sonar-fix</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/f9185524d54cc29c031dd110b9c563279b9e2365"><code>f918552</code></a> renamed method to fix sonar issue</li> <li><a href="https://github.com/dynatrace-oss/hash4j/commit/5f0c780381412ef83fbd33660aaac0c9e8ec0347"><code>5f0c780</code></a> Merge pull request <a href="https://redirect.github.com/dynatrace-oss/hash4j/issues/224">#224</a> from dynatrace-oss/tests</li> <li>Additional commits viewable in <a href="https://github.com/dynatrace-oss/hash4j/compare/v0.13.0...v0.17.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