You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/13 14:09:26 UTC

[GitHub] [arrow-rs] dependabot[bot] opened a new pull request, #3852: Update bitflags requirement from 1.2.1 to 2.0.0

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

   Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/releases">bitflags's releases</a>.</em></p>
   <blockquote>
   <h2>2.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix a typo and call out MSRV bump by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/259">bitflags/bitflags#259</a></li>
   <li>BitFlags trait by <a href="https://github.com/arturoc"><code>@​arturoc</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/220">bitflags/bitflags#220</a></li>
   <li>Add a hidden trait to discourage manual impls of BitFlags by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/261">bitflags/bitflags#261</a></li>
   <li>Sanitize <code>Ok</code> by <a href="https://github.com/konsumlamm"><code>@​konsumlamm</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/266">bitflags/bitflags#266</a></li>
   <li>Fix bug in <code>Debug</code> implementation by <a href="https://github.com/konsumlamm"><code>@​konsumlamm</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/268">bitflags/bitflags#268</a></li>
   <li>Fix a typo in the generated documentation by <a href="https://github.com/wackbyte"><code>@​wackbyte</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/271">bitflags/bitflags#271</a></li>
   <li>Use SPDX license format by <a href="https://github.com/atouchet"><code>@​atouchet</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/272">bitflags/bitflags#272</a></li>
   <li>serde tests fail in CI by <a href="https://github.com/arturoc"><code>@​arturoc</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/277">bitflags/bitflags#277</a></li>
   <li>Fix beta test output by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/279">bitflags/bitflags#279</a></li>
   <li>Add example to the README.md file by <a href="https://github.com/tiaanl"><code>@​tiaanl</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/270">bitflags/bitflags#270</a></li>
   <li>Iterator over all the enabled options by <a href="https://github.com/arturoc"><code>@​arturoc</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/278">bitflags/bitflags#278</a></li>
   <li>from_bits_(truncate) fail with composite flags by <a href="https://github.com/arturoc"><code>@​arturoc</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/276">bitflags/bitflags#276</a></li>
   <li>Add more platform coverage to CI by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/280">bitflags/bitflags#280</a></li>
   <li>rework the way cfgs are handled by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/281">bitflags/bitflags#281</a></li>
   <li>Split generated code into two types by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/282">bitflags/bitflags#282</a></li>
   <li>expose bitflags iters using nameable types by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/286">bitflags/bitflags#286</a></li>
   <li>Support creating flags from their names by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/287">bitflags/bitflags#287</a></li>
   <li>Update README.md by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/288">bitflags/bitflags#288</a></li>
   <li>Prepare for 2.0.0-rc.1 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/289">bitflags/bitflags#289</a></li>
   <li>Add missing &quot;if&quot; to contains doc-comment in traits.rs by <a href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/291">bitflags/bitflags#291</a></li>
   <li>Forbid unsafe_code by <a href="https://github.com/fintelia"><code>@​fintelia</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/294">bitflags/bitflags#294</a></li>
   <li>serde: enable no-std support by <a href="https://github.com/nim65s"><code>@​nim65s</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/296">bitflags/bitflags#296</a></li>
   <li>Add a parser for flags formatted as bar-separated-values by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/297">bitflags/bitflags#297</a></li>
   <li>Prepare for 2.0.0-rc.2 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/299">bitflags/bitflags#299</a></li>
   <li>Use strip_prefix instead of starts_with + slice by <a href="https://github.com/QuinnPainter"><code>@​QuinnPainter</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/301">bitflags/bitflags#301</a></li>
   <li>Fix up some clippy lints by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/302">bitflags/bitflags#302</a></li>
   <li>Prepare for 2.0.0-rc.3 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/303">bitflags/bitflags#303</a></li>
   <li>feat: Add minimum permissions to rust.yml workflow by <a href="https://github.com/gabibguti"><code>@​gabibguti</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/305">bitflags/bitflags#305</a></li>
   <li>fix a nit in the readme by <a href="https://github.com/s1rius"><code>@​s1rius</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/307">bitflags/bitflags#307</a></li>
   <li>Prepare for 2.0.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/306">bitflags/bitflags#306</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/wackbyte"><code>@​wackbyte</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/271">bitflags/bitflags#271</a></li>
   <li><a href="https://github.com/atouchet"><code>@​atouchet</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/272">bitflags/bitflags#272</a></li>
   <li><a href="https://github.com/tiaanl"><code>@​tiaanl</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/270">bitflags/bitflags#270</a></li>
   <li><a href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/291">bitflags/bitflags#291</a></li>
   <li><a href="https://github.com/fintelia"><code>@​fintelia</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/294">bitflags/bitflags#294</a></li>
   <li><a href="https://github.com/nim65s"><code>@​nim65s</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/296">bitflags/bitflags#296</a></li>
   <li><a href="https://github.com/QuinnPainter"><code>@​QuinnPainter</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/301">bitflags/bitflags#301</a></li>
   <li><a href="https://github.com/gabibguti"><code>@​gabibguti</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/305">bitflags/bitflags#305</a></li>
   <li><a href="https://github.com/s1rius"><code>@​s1rius</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/307">bitflags/bitflags#307</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/1.3.2...2.0.0">https://github.com/bitflags/bitflags/compare/1.3.2...2.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md">bitflags's changelog</a>.</em></p>
   <blockquote>
   <h1>2.0.0</h1>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix a typo and call out MSRV bump by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/259">bitflags/bitflags#259</a></li>
   <li>BitFlags trait by <a href="https://github.com/arturoc"><code>@​arturoc</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/220">bitflags/bitflags#220</a></li>
   <li>Add a hidden trait to discourage manual impls of BitFlags by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/261">bitflags/bitflags#261</a></li>
   <li>Sanitize <code>Ok</code> by <a href="https://github.com/konsumlamm"><code>@​konsumlamm</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/266">bitflags/bitflags#266</a></li>
   <li>Fix bug in <code>Debug</code> implementation by <a href="https://github.com/konsumlamm"><code>@​konsumlamm</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/268">bitflags/bitflags#268</a></li>
   <li>Fix a typo in the generated documentation by <a href="https://github.com/wackbyte"><code>@​wackbyte</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/271">bitflags/bitflags#271</a></li>
   <li>Use SPDX license format by <a href="https://github.com/atouchet"><code>@​atouchet</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/272">bitflags/bitflags#272</a></li>
   <li>serde tests fail in CI by <a href="https://github.com/arturoc"><code>@​arturoc</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/277">bitflags/bitflags#277</a></li>
   <li>Fix beta test output by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/279">bitflags/bitflags#279</a></li>
   <li>Add example to the README.md file by <a href="https://github.com/tiaanl"><code>@​tiaanl</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/270">bitflags/bitflags#270</a></li>
   <li>Iterator over all the enabled options by <a href="https://github.com/arturoc"><code>@​arturoc</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/278">bitflags/bitflags#278</a></li>
   <li>from_bits_(truncate) fail with composite flags by <a href="https://github.com/arturoc"><code>@​arturoc</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/276">bitflags/bitflags#276</a></li>
   <li>Add more platform coverage to CI by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/280">bitflags/bitflags#280</a></li>
   <li>rework the way cfgs are handled by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/281">bitflags/bitflags#281</a></li>
   <li>Split generated code into two types by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/282">bitflags/bitflags#282</a></li>
   <li>expose bitflags iters using nameable types by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/286">bitflags/bitflags#286</a></li>
   <li>Support creating flags from their names by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/287">bitflags/bitflags#287</a></li>
   <li>Update README.md by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/288">bitflags/bitflags#288</a></li>
   <li>Prepare for 2.0.0-rc.1 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/289">bitflags/bitflags#289</a></li>
   <li>Add missing &quot;if&quot; to contains doc-comment in traits.rs by <a href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/291">bitflags/bitflags#291</a></li>
   <li>Forbid unsafe_code by <a href="https://github.com/fintelia"><code>@​fintelia</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/294">bitflags/bitflags#294</a></li>
   <li>serde: enable no-std support by <a href="https://github.com/nim65s"><code>@​nim65s</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/296">bitflags/bitflags#296</a></li>
   <li>Add a parser for flags formatted as bar-separated-values by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/297">bitflags/bitflags#297</a></li>
   <li>Prepare for 2.0.0-rc.2 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/299">bitflags/bitflags#299</a></li>
   <li>Use strip_prefix instead of starts_with + slice by <a href="https://github.com/QuinnPainter"><code>@​QuinnPainter</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/301">bitflags/bitflags#301</a></li>
   <li>Fix up some clippy lints by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/302">bitflags/bitflags#302</a></li>
   <li>Prepare for 2.0.0-rc.3 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/303">bitflags/bitflags#303</a></li>
   <li>feat: Add minimum permissions to rust.yml workflow by <a href="https://github.com/gabibguti"><code>@​gabibguti</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/305">bitflags/bitflags#305</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/wackbyte"><code>@​wackbyte</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/271">bitflags/bitflags#271</a></li>
   <li><a href="https://github.com/atouchet"><code>@​atouchet</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/272">bitflags/bitflags#272</a></li>
   <li><a href="https://github.com/tiaanl"><code>@​tiaanl</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/270">bitflags/bitflags#270</a></li>
   <li><a href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/291">bitflags/bitflags#291</a></li>
   <li><a href="https://github.com/fintelia"><code>@​fintelia</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/294">bitflags/bitflags#294</a></li>
   <li><a href="https://github.com/nim65s"><code>@​nim65s</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/296">bitflags/bitflags#296</a></li>
   <li><a href="https://github.com/QuinnPainter"><code>@​QuinnPainter</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/301">bitflags/bitflags#301</a></li>
   <li><a href="https://github.com/gabibguti"><code>@​gabibguti</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/305">bitflags/bitflags#305</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/1.3.2...2.0.0">https://github.com/bitflags/bitflags/compare/1.3.2...2.0.0</a></p>
   <h1>2.0.0-rc.3</h1>
   <h2>What's Changed</h2>
   <ul>
   <li>Use strip_prefix instead of starts_with + slice by <a href="https://github.com/QuinnPainter"><code>@​QuinnPainter</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/301">bitflags/bitflags#301</a></li>
   <li>Fix up some clippy lints by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/302">bitflags/bitflags#302</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/bitflags/bitflags/commit/b5a5ecf5178eb470e5834834ae4aa7a8e2a26469"><code>b5a5ecf</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/306">#306</a> from KodrAus/cargo/2.0.0</li>
   <li><a href="https://github.com/bitflags/bitflags/commit/777d640363be6fdc741d22a5350f8b9619e4f910"><code>777d640</code></a> include any bits not corresponding to a flag in into_iter</li>
   <li><a href="https://github.com/bitflags/bitflags/commit/d1bd5e2b7bac38e046e6be7ca438b9f4558e0530"><code>d1bd5e2</code></a> use rust-version for the MSRV</li>
   <li><a href="https://github.com/bitflags/bitflags/commit/646959dff843718933349b975a712f0ba4884d50"><code>646959d</code></a> more CI tweaks</li>
   <li><a href="https://github.com/bitflags/bitflags/commit/a1c15f672144cf8f6f4dad04443fbe707047f75e"><code>a1c15f6</code></a> fix up MSRV build</li>
   <li><a href="https://github.com/bitflags/bitflags/commit/8011843a116eef9772841ba471e6fd60716928ee"><code>8011843</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/307">#307</a> from s1rius/patch-1</li>
   <li><a href="https://github.com/bitflags/bitflags/commit/dc8a5771fc33b704673c49de60eac74d116e8816"><code>dc8a577</code></a> fix yaml indentation</li>
   <li><a href="https://github.com/bitflags/bitflags/commit/7410f263188e918f195ed3832525750741c7f8e5"><code>7410f26</code></a> some adjustments to text parsing docs</li>
   <li><a href="https://github.com/bitflags/bitflags/commit/c974b3b0c0c68d7c1f48ebf14647aa1e52b8e48f"><code>c974b3b</code></a> bump MSRV to 1.56.0</li>
   <li><a href="https://github.com/bitflags/bitflags/commit/c0721eb911b86b232b25ffd7504fa0bbd05ebc5f"><code>c0721eb</code></a> fix a nit in the readme</li>
   <li>Additional commits viewable in <a href="https://github.com/bitflags/bitflags/compare/1.2.1...2.0.0">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] ursabot commented on pull request #3852: Update bitflags requirement from 1.2.1 to 2.0.0

Posted by "ursabot (via GitHub)" <gi...@apache.org>.
ursabot commented on PR #3852:
URL: https://github.com/apache/arrow-rs/pull/3852#issuecomment-1466483615

   Benchmark runs are scheduled for baseline = 9ce0ebb06550be943febc226f61bf083016d7652 and contender = 527d770a36ecf9e98febad751ae1f06db252e01f. 527d770a36ecf9e98febad751ae1f06db252e01f 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/6ed64233b5fc4c3abe0d99ffe68299b0...600e25942f8d4e76ac8422915403feaa/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/c5e782c157ea4ed3801f3cf7661e9c20...1e8edd378c984a9b9f87bb9877aa86f4/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/d76e175857494d0cb9e192fb8fd20d4f...c044cf69a6dc4a918e8fa81be9e28e2c/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/a0e993104048497a9ade45082f152215...7dd726fedb844d13b0a5cb5b8d490832/)
   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


[GitHub] [arrow-rs] viirya merged pull request #3852: Update bitflags requirement from 1.2.1 to 2.0.0

Posted by "viirya (via GitHub)" <gi...@apache.org>.
viirya merged PR #3852:
URL: https://github.com/apache/arrow-rs/pull/3852


-- 
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