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/02/14 05:09:04 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #670: Update arrow-flight requirement from 32.0.0 to 33.0.0

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

   Updates the requirements on [arrow-flight](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.md">arrow-flight's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/33.0.0">33.0.0</a> (2023-02-10)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/32.0.0...33.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Use ArrayFormatter in Cast Kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3668">#3668</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Use dyn Array in cast kernels <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3667">#3667</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Return references from FixedSizeListArray and MapArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3652">#3652</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/tustvold">tustvold</a>)</li>
   <li>Lazy array display (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3638">#3638</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3647">#3647</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/tustvold">tustvold</a>)</li>
   <li>Use array_value_to_string in arrow-csv <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3514">#3514</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/JayjeetAtGithub">JayjeetAtGithub</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Support UTF8 cast to Timestamp with timezone <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3664">#3664</a></li>
   <li>Add modulus_dyn and modulus_scalar_dyn <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3648">#3648</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>A trait for append_value and append_null on ArrayBuilders <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3644">#3644</a></li>
   <li>Improve error messge &quot;batches[0] schema is different with argument schema&quot; <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3628">#3628</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Specified version of helper function to cast binary to string <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3623">#3623</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Casting generic binary to generic string <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3606">#3606</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Use <code>array_value_to_string</code> in <code>arrow-csv</code>  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3483">#3483</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>ArrowArray::try_from_raw Misleading Signature <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3684">#3684</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>PyArrowConvert Leaks Memory <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3683">#3683</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Arrow-csv reader cannot produce RecordBatch even if the bytes are necessary <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3674">#3674</a></li>
   <li>FFI Fails to Account For Offsets <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3671">#3671</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Regression in CSV reader error handling <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3656">#3656</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>UnionArray Child and Value Fail to Account for non-contiguous Type IDs <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3653">#3653</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Panic when accessing RecordBatch from pyarrow <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3646">#3646</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Multiplication for decimals is incorrect <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3645">#3645</a></li>
   <li>Inconsistent output between pretty print and CSV writer for Arrow <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3513">#3513</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Release 33.0.0 of arrow/arrow-flight/parquet/parquet-derive (next release after 32.0.0)  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3682">#3682</a></li>
   <li>Release <code>32.0.0</code> of <code>arrow</code>/<code>arrow-flight</code>/<code>parquet</code>/<code>parquet-derive</code> (next release after <code>31.0.0</code>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3584">#3584</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>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Move FFI to sub-crates <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3687">#3687</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Update to 33.0.0 and update changelog <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3686">#3686</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/iajoiner">iajoiner</a>)</li>
   <li>Cleanup FFI interface (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3684">#3684</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3683">#3683</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3685">#3685</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>fix: take_run benchmark parameter <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3679">#3679</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/askoa">askoa</a>)</li>
   <li>Minor: Add some examples to Date*Array and Time*Array <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3678">#3678</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li>
   <li>Add CSV Decoder::capacity (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3674">#3674</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3677">#3677</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Add ArrayData::new_null and DataType::primitive_width <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3676">#3676</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Fix FFI which fails to account for offsets <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3675">#3675</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Support UTF8 cast to Timestamp with timezone <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3673">#3673</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/comphead">comphead</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/arrow-rs/commit/526100928d62e1c16ac41bbef9b966ac59b3324a"><code>5261009</code></a> Final release tweaks for 33.0.0 (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3688">#3688</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/e572a458b777b52c6f7a2876f2c15f42a5df5303"><code>e572a45</code></a> Fix Unsound Binary Casting in Unreleased Arrow (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3691">#3691</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3692">#3692</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/3761ac53cab55c269b06d9a13825dd81b03e0c11"><code>3761ac5</code></a> Move FFI to sub-crates (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3687">#3687</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/560ebaa39cfa3fc4444eef56bd1b640a46f1f260"><code>560ebaa</code></a> Update to 33.0.0 and update changelog (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3686">#3686</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/3e08a754ff08ebe51086b4f65beefb99769b4068"><code>3e08a75</code></a> Add CSV Decoder::capacity (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3674">#3674</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3677">#3677</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/5b1821e0564f586f6f98e5c392a0a208890055df"><code>5b1821e</code></a> feat + fix: IPC support for run encoded array. (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3662">#3662</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/07e20639b7023fcc61c73f80a5bddf8715c2a06f"><code>07e2063</code></a> Support UTF8 cast to Timestamp with timezone (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3673">#3673</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/bb4fc59009e7c5861a6b1967a53e9daa2554d5c6"><code>bb4fc59</code></a> Cleanup FFI interface (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3684">#3684</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3683">#3683</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3685">#3685</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/98ce68f3229a12e4e057802c4a2cd74170a66c73"><code>98ce68f</code></a> fix take_run benchmark paraeter (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3679">#3679</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/7cd29d7353369589c18377de4300c44f91a54462"><code>7cd29d7</code></a> Add ArrayData::new_null and DataType::primitive_width (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3676">#3676</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/32.0.0...33.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-ballista] dependabot[bot] commented on pull request #670: Update arrow-flight requirement from 32.0.0 to 33.0.0

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

   Superseded by #721.


-- 
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-ballista] dependabot[bot] commented on pull request #670: Update arrow-flight requirement from 32.0.0 to 33.0.0

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

   The following labels could not be found: `auto-dependencies`.


-- 
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-ballista] dependabot[bot] closed pull request #670: Update arrow-flight requirement from 32.0.0 to 33.0.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #670: Update arrow-flight requirement from 32.0.0 to 33.0.0
URL: https://github.com/apache/arrow-ballista/pull/670


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