You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/10 13:08:30 UTC

[GitHub] [arrow-rs] dependabot[bot] opened a new pull request, #3081: Update hashbrown requirement from 0.12 to 0.13

dependabot[bot] opened a new pull request, #3081:
URL: https://github.com/apache/arrow-rs/pull/3081

   Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md">hashbrown's changelog</a>.</em></p>
   <blockquote>
   <h2>[v0.13.1] - 2022-11-10</h2>
   <h3>Added</h3>
   <ul>
   <li>Added <code>Equivalent</code> trait to customize key lookups. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/350">#350</a>)</li>
   <li>Added support for 16-bit targets. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/368">#368</a>)</li>
   <li>Added <code>RawTable::allocation_info</code> which provides information about the memory
   usage of a table. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/371">#371</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Bumped MSRV to 1.61.0.</li>
   <li>Upgraded to <code>ahash</code> 0.8. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/357">#357</a>)</li>
   <li>Make <code>with_hasher_in</code> const. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/355">#355</a>)</li>
   <li>The following methods have been removed from the <code>RawTable</code> API in favor of
   safer alternatives:
   <ul>
   <li><code>RawTable::erase_no_drop</code> =&gt; Use <code>RawTable::erase</code> or <code>RawTable::remove</code> instead.</li>
   <li><code>Bucket::read</code> =&gt; Use <code>RawTable::remove</code> instead.</li>
   <li><code>Bucket::drop</code> =&gt; Use <code>RawTable::erase</code> instead.</li>
   <li><code>Bucket::write</code> =&gt; Use <code>Bucket::as_mut</code> instead.</li>
   </ul>
   </li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Ensure that <code>HashMap</code> allocations don't exceed <code>isize::MAX</code>. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/362">#362</a>)</li>
   <li>Fixed issue with field retagging in scopeguard. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/359">#359</a>)</li>
   </ul>
   <h2>[v0.12.3] - 2022-07-17</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed double-drop in <code>RawTable::clone_from</code>. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/348">#348</a>)</li>
   </ul>
   <h2>[v0.12.2] - 2022-07-09</h2>
   <h3>Added</h3>
   <ul>
   <li>Added <code>Entry</code> API for <code>HashSet</code>. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/342">#342</a>)</li>
   <li>Added <code>Extend&lt;&amp;'a (K, V)&gt; for HashMap&lt;K, V, S, A&gt;</code>. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/340">#340</a>)</li>
   <li>Added length-based short-circuiting for hash table iteration. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/338">#338</a>)</li>
   <li>Added a function to access the <code>RawTable</code> of a <code>HashMap</code>. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/335">#335</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Edited <code>do_alloc</code> to reduce LLVM IR generated. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/341">#341</a>)</li>
   </ul>
   <h2>[v0.12.1] - 2022-05-02</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed underflow in <code>RawIterRange::size_hint</code>. (<a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/325">#325</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/e6cd877005cee0946d6ce3a522d46139a5666fb0"><code>e6cd877</code></a> Version 0.13.1</li>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/37071e5fe95a139f26469391abb7bb36f723a8f9"><code>37071e5</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/372">#372</a> - Amanieu:unsafe-deprecated, r=Amanieu</li>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/3263559d6be362f20335723b300c872279ce1698"><code>3263559</code></a> Remove <code>Bucket</code> and <code>RawTable</code> that are hard to use safely</li>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/bf272b687372c91b0904cde6e081832fb4140b83"><code>bf272b6</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/371">#371</a> - stepancheg:alloc-info, r=Amanieu</li>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/299b0f61a6510ff12fd97fe7ad704c51c6f36385"><code>299b0f6</code></a> RawTable::allocation_info</li>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/f1c85379e7bc58e703b53ea0858eb2b8716cae58"><code>f1c8537</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/368">#368</a> - Amanieu:16bit, r=Amanieu</li>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/cb0680ca62e32194387cfdb10f0cf63608ffa510"><code>cb0680c</code></a> Add support for 16-bit targets</li>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/e39d245d31db1a0a2ff2a7dfe29d76279e555dec"><code>e39d245</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/366">#366</a> - JustForFun88:const_size_of, r=Amanieu</li>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/4e39290492a2831474c3c505b523e7f209c829d6"><code>4e39290</code></a> Make <code>TableLayout::new::\&lt;T&gt;()</code> and <code>mem::needs_drop::\&lt;T&gt;()</code> const</li>
   <li><a href="https://github.com/rust-lang/hashbrown/commit/f3fa26650bab586eef2128b5e97d4c371a8e8cc0"><code>f3fa266</code></a> Make <code>usize::min(mem::size_of::\&lt;usize&gt;(), mem::size_of::\&lt;u64&gt;())</code> const</li>
   <li>Additional commits viewable in <a href="https://github.com/rust-lang/hashbrown/compare/v0.12.0...v0.13.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold merged pull request #3081: Update hashbrown requirement from 0.12 to 0.13

Posted by GitBox <gi...@apache.org>.
tustvold merged PR #3081:
URL: https://github.com/apache/arrow-rs/pull/3081


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] ursabot commented on pull request #3081: Update hashbrown requirement from 0.12 to 0.13

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #3081:
URL: https://github.com/apache/arrow-rs/pull/3081#issuecomment-1310811165

   Benchmark runs are scheduled for baseline = e44cb5b478257751916d1674292123eaf5d80a7c and contender = 1cb9a4414f521fa8ab7b2e535c9669190448541b. 1cb9a4414f521fa8ab7b2e535c9669190448541b is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ec2-t3-xlarge-us-east-2] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/58201dccfc504367836ff121c87be495...1bd0cc8cc72f488ebcb1b6fe1f1fd196/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/dccf78cc9dce4f4a906024f04c8b428c...f85082d1fc674435ae4ab7cc69d0228f/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/c8f8401a29dd49d7996e08bc1381b754...b41d28c3d40943a5bdd6b6bb01c27024/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/3f1dfdde1b9d48a39d54ccc30277e51b...d0b5d590d60347148a3ea26d67810b9b/)
   Buildkite builds:
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org