dependabot[bot] opened a new pull request, #1105: URL: https://github.com/apache/parquet-mr/pull/1105
Bumps [zero-allocation-hashing](https://github.com/OpenHFT/Zero-Allocation-Hashing) from 0.9 to 0.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/releases">zero-allocation-hashing's releases</a>.</em></p> <blockquote> <h2>Zero-Allocation Hashing 0.15</h2> <ul> <li>new API set: <code>LongTupleHashFunction</code>, support 128 bit hash</li> <li>improve performance on JDK9+</li> <li>add hash: <code>xxh3</code> 64bits hash, <code>xxh128</code> 128bits hash, <code>xxh128low</code> 64bits hash</li> <li>add hash: <code>murmur_3</code> 128bits hash</li> <li>public all implementations of Access</li> </ul> <h2>zero-allocation-hashing-0.11</h2> <ul> <li>[<strong>closed</strong>] NoSuchMethodError for android 6 <a href="https://redirect.github.com/OpenHFT/Zero-Allocation-Hashing/issues/33">#33</a></li> </ul> <h2>Zero-Allocation Hashing 0.10.1</h2> <ul> <li>Added WyHash implementation (thanks to <a href="https://github.com/firestrand"><code>@​firestrand</code></a>!)</li> <li>The library is tested on OpenJDK from version 7 to 13.</li> </ul> <p>(Compared to 0.10 release, an unwanted class is hidden from the public library API.)</p> <p>Download JAR: <a href="http://oss.sonatype.org/content/repositories/releases/net/openhft/zero-allocation-hashing/0.10.1/zero-allocation-hashing-0.10.1.jar">http://oss.sonatype.org/content/repositories/releases/net/openhft/zero-allocation-hashing/0.10.1/zero-allocation-hashing-0.10.1.jar</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/896f3643020f6ef13c2386349f90003f5ae5efe1"><code>896f364</code></a> [maven-release-plugin] prepare release zero-allocation-hashing-0.16</li> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/4b4632f43f7e95f6e8304dfe44ba0b07d997bd71"><code>4b4632f</code></a> Merge pull request <a href="https://redirect.github.com/OpenHFT/Zero-Allocation-Hashing/issues/72">#72</a> from OpenHFT/add_sonar_profile</li> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/c61aa202a3dcdda1cf12cecc212f1bf16634e1d9"><code>c61aa20</code></a> Add sonar profile, Work on <a href="https://redirect.github.com/OpenHFT/Zero-Allocation-Hashing/issues/71">#71</a></li> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/29ba7603b5fe5f2eb1a823b3aecf33ab6a361fd7"><code>29ba760</code></a> Fix static initialization deadlock (Fixes <a href="https://redirect.github.com/OpenHFT/Zero-Allocation-Hashing/issues/53">#53</a>)</li> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/fb8f9d40b9a2e10e83c74884d8945e0051164ed2"><code>fb8f9d4</code></a> Update pom.xml</li> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/6ba3f4bc132a8e2a2ccb90f209ec34bb9c2c1f2c"><code>6ba3f4b</code></a> Create LICENSE</li> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/9500574616a7406c983000785ecdfab1e1387b52"><code>9500574</code></a> Update README.adoc</li> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/626ac1e7661d1a85f59365071c24ec9267dbb048"><code>626ac1e</code></a> Update README.adoc</li> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/ca1be94cf5adc156476a85a5ad7ec294996a69fc"><code>ca1be94</code></a> Create build.yml</li> <li><a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/commit/50279356aa24b938b8259b331a22701fa34f5f99"><code>5027935</code></a> Update pom.xml</li> <li>Additional commits viewable in <a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/compare/zero-allocation-hashing-0.9...zero-allocation-hashing-0.16">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 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]
