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/04/25 20:42:34 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #757: Update arrow requirement from 37.0.0 to 38.0.0

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

   Updates the requirements on [arrow](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's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/37.0.0">37.0.0</a> (2023-04-07)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/36.0.0...37.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Fix timestamp handling in cast kernel (<a href="https://redirect.github.com/apache/arrow-rs/issues/1936">#1936</a>) (<a href="https://redirect.github.com/apache/arrow-rs/issues/4033">#4033</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4034">#4034</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Update tonic 0.9.1 <a href="https://redirect.github.com/apache/arrow-rs/pull/4011">#4011</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/tustvold">tustvold</a>)</li>
   <li>Use FieldRef in DataType (<a href="https://redirect.github.com/apache/arrow-rs/issues/3955">#3955</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3983">#3983</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>Store Timezone as Arc&lt;str&gt; <a href="https://redirect.github.com/apache/arrow-rs/pull/3976">#3976</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>Panic instead of discarding nulls converting StructArray to RecordBatch -  (<a href="https://redirect.github.com/apache/arrow-rs/issues/3951">#3951</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3953">#3953</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>Fix(flight_sql): PreparedStatement has no token for auth. <a href="https://redirect.github.com/apache/arrow-rs/pull/3948">#3948</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/youngsofun">youngsofun</a>)</li>
   <li>Add Strongly Typed Array Slice (<a href="https://redirect.github.com/apache/arrow-rs/issues/3929">#3929</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3930">#3930</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>Add Zero-Copy Conversion between Vec and MutableBuffer <a href="https://redirect.github.com/apache/arrow-rs/pull/3920">#3920</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>Support Decimals cast to Utf8/LargeUtf <a href="https://redirect.github.com/apache/arrow-rs/issues/3991">#3991</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support Date32/Date64 minus Interval <a href="https://redirect.github.com/apache/arrow-rs/issues/3962">#3962</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Reduce Cloning of Field <a href="https://redirect.github.com/apache/arrow-rs/issues/3955">#3955</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>
   <li>Support Deserializing Serde DataTypes to Arrow <a href="https://redirect.github.com/apache/arrow-rs/issues/3949">#3949</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add multiply_fixed_point <a href="https://redirect.github.com/apache/arrow-rs/issues/3946">#3946</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Strongly Typed Array Slicing <a href="https://redirect.github.com/apache/arrow-rs/issues/3929">#3929</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>]</li>
   <li>Make it easier to match FlightSQL messages <a href="https://redirect.github.com/apache/arrow-rs/issues/3874">#3874</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>
   <li>Support Casting Between Binary / LargeBinary and FixedSizeBinary <a href="https://redirect.github.com/apache/arrow-rs/issues/3826">#3826</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Incorrect Overflow Casting String to Timestamp <a href="https://redirect.github.com/apache/arrow-rs/issues/4033">#4033</a></li>
   <li>f16::ZERO and f16::ONE are mixed up <a href="https://redirect.github.com/apache/arrow-rs/issues/4016">#4016</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Handle overflow precision when casting from integer to decimal <a href="https://redirect.github.com/apache/arrow-rs/issues/3995">#3995</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>PrimitiveDictionaryBuilder.finish should use actual value type <a href="https://redirect.github.com/apache/arrow-rs/issues/3971">#3971</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>RecordBatch From StructArray Silently Discards Nulls <a href="https://redirect.github.com/apache/arrow-rs/issues/3952">#3952</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>]</li>
   <li>I256 Checked Subtraction Overflows for i256::MINUS_ONE <a href="https://redirect.github.com/apache/arrow-rs/issues/3942">#3942</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>I256 Checked Multiply Overflows for i256::MIN <a href="https://redirect.github.com/apache/arrow-rs/issues/3941">#3941</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Remove non-existent <code>js</code> feature from README <a href="https://redirect.github.com/apache/arrow-rs/issues/4000">#4000</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support take on MapArray <a href="https://redirect.github.com/apache/arrow-rs/issues/3875">#3875</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Prep for 37.0.0 <a href="https://redirect.github.com/apache/arrow-rs/pull/4031">#4031</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>Add RecordBatch::with_schema <a href="https://redirect.github.com/apache/arrow-rs/pull/4028">#4028</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Only require compatible batch schema in ArrowWriter <a href="https://redirect.github.com/apache/arrow-rs/pull/4027">#4027</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Add Fields::contains <a href="https://redirect.github.com/apache/arrow-rs/pull/4026">#4026</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Minor: add methods &quot;is_positive&quot; and &quot;signum&quot; to i256 <a href="https://redirect.github.com/apache/arrow-rs/pull/4024">#4024</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/izveigor">izveigor</a>)</li>
   <li>Deprecate Array::data (<a href="https://redirect.github.com/apache/arrow-rs/issues/3880">#3880</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4019">#4019</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>feat: add tests for ArrowNativeTypeOp <a href="https://redirect.github.com/apache/arrow-rs/pull/4018">#4018</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/izveigor">izveigor</a>)</li>
   </ul>
   <!-- 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/37.0.0...37.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 #757: Update arrow requirement from 37.0.0 to 38.0.0

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

   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 #757: Update arrow requirement from 37.0.0 to 38.0.0

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


-- 
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 #757: Update arrow requirement from 37.0.0 to 38.0.0

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

   Superseded by #772.


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