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/07/19 08:58:44 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #7018: chore(deps): update arrow-schema requirement from 43.0.0 to 44.0.0

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

   Updates the requirements on [arrow-schema](https://github.com/apache/arrow-rs) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md">arrow-schema's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/43.0.0">43.0.0</a> (2023-06-30)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/42.0.0...43.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Simplify ffi import/export <a href="https://redirect.github.com/apache/arrow-rs/pull/4447">#4447</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Virgiel">Virgiel</a>)</li>
   <li>Return Result from Parquet Row APIs <a href="https://redirect.github.com/apache/arrow-rs/pull/4428">#4428</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/zeevm">zeevm</a>)</li>
   <li>Remove Binary Dictionary Arithmetic Support <a href="https://redirect.github.com/apache/arrow-rs/pull/4407">#4407</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Request: a way to copy a <code>Row</code> to <code>Rows</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/4466">#4466</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Reuse schema when importing from FFI <a href="https://redirect.github.com/apache/arrow-rs/issues/4444">#4444</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>[FlightSQL] Allow implementations of <code>FlightSqlService</code> to handle custom actions and commands <a href="https://redirect.github.com/apache/arrow-rs/issues/4439">#4439</a></li>
   <li>Support <code>NullBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/4429">#4429</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Regression in  in parquet <code>42.0.0</code> : Bad parquet column indexes for All Null Columns, resulting in <code>Parquet error: StructArrayReader out of sync</code> on read <a href="https://redirect.github.com/apache/arrow-rs/issues/4459">#4459</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Regression in 42.0.0: Parsing fractional intervals without leading 0 is not supported <a href="https://redirect.github.com/apache/arrow-rs/issues/4424">#4424</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>doc: deploy crate docs to GitHub pages <a href="https://redirect.github.com/apache/arrow-rs/pull/4436">#4436</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/xxchan">xxchan</a>)</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Append Row to Rows (<a href="https://redirect.github.com/apache/arrow-rs/issues/4466">#4466</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4470">#4470</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>feat(flight-sql): Allow implementations of FlightSqlService to handle custom actions and commands <a href="https://redirect.github.com/apache/arrow-rs/pull/4463">#4463</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/amartins23">amartins23</a>)</li>
   <li>Docs: Add clearer API doc links <a href="https://redirect.github.com/apache/arrow-rs/pull/4461">#4461</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/alamb">alamb</a>)</li>
   <li>Fix empty offset index for all null columns (<a href="https://redirect.github.com/apache/arrow-rs/issues/4459">#4459</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4460">#4460</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 <a href="https://redirect.github.com/apache/arrow-rs/pull/4455">#4455</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
   <li>Convince the compiler to auto-vectorize the range check in parquet DictionaryBuffer <a href="https://redirect.github.com/apache/arrow-rs/pull/4453">#4453</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/jhorstmann">jhorstmann</a>)</li>
   <li>fix docs deployment <a href="https://redirect.github.com/apache/arrow-rs/pull/4452">#4452</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/xxchan">xxchan</a>)</li>
   <li>Update indexmap requirement from 1.9 to 2.0 <a href="https://redirect.github.com/apache/arrow-rs/pull/4451">#4451</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
   <li>Update proc-macro2 requirement from =1.0.60 to =1.0.63 <a href="https://redirect.github.com/apache/arrow-rs/pull/4450">#4450</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
   <li>Bump actions/deploy-pages from 1 to 2 <a href="https://redirect.github.com/apache/arrow-rs/pull/4449">#4449</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
   <li>Revise error message in From&lt;Buffer&gt; for ScalarBuffer <a href="https://redirect.github.com/apache/arrow-rs/pull/4446">#4446</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>minor: remove useless mut <a href="https://redirect.github.com/apache/arrow-rs/pull/4443">#4443</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jackwener">jackwener</a>)</li>
   <li>unify substring for binary&amp;utf8 <a href="https://redirect.github.com/apache/arrow-rs/pull/4442">#4442</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jackwener">jackwener</a>)</li>
   <li>Casting fixedsizelist to list/largelist <a href="https://redirect.github.com/apache/arrow-rs/pull/4433">#4433</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jayzhan211">jayzhan211</a>)</li>
   <li>feat: support <code>NullBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/4430">#4430</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/izveigor">izveigor</a>)</li>
   <li>Remove Float64 -&gt; Float32 cast in IPC Reader <a href="https://redirect.github.com/apache/arrow-rs/pull/4427">#4427</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/ming08108">ming08108</a>)</li>
   <li>Parse intervals like <code>.5</code> the same as <code>0.5</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/4425">#4425</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li>
   <li>feat: add strict mode to json reader <a href="https://redirect.github.com/apache/arrow-rs/pull/4421">#4421</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/blinkseb">blinkseb</a>)</li>
   <li>Add DictionaryArray::occupancy <a href="https://redirect.github.com/apache/arrow-rs/pull/4415">#4415</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   </ul>
   <h2><a href="https://github.com/apache/arrow-rs/tree/42.0.0">42.0.0</a> (2023-06-16)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/41.0.0...42.0.0">Full Changelog</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/43.0.0...43.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-datafusion] alamb commented on pull request #7018: chore(deps): update arrow-schema requirement from 43.0.0 to 44.0.0

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on PR #7018:
URL: https://github.com/apache/arrow-datafusion/pull/7018#issuecomment-1641876492

   Covered by https://github.com/apache/arrow-datafusion/pull/6832


-- 
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-datafusion] dependabot[bot] commented on pull request #7018: chore(deps): update arrow-schema requirement from 43.0.0 to 44.0.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #7018:
URL: https://github.com/apache/arrow-datafusion/pull/7018#issuecomment-1641876570

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-datafusion] alamb closed pull request #7018: chore(deps): update arrow-schema requirement from 43.0.0 to 44.0.0

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed pull request #7018: chore(deps): update arrow-schema requirement from 43.0.0 to 44.0.0
URL: https://github.com/apache/arrow-datafusion/pull/7018


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