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/10/18 08:26:50 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #3870: Update arrow-flight requirement from 24.0.0 to 25.0.0

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

   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/25.0.0">25.0.0</a> (2022-10-14)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/24.0.0...25.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Make DecimalArray as PrimitiveArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2857">#2857</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/viirya">viirya</a>)</li>
   <li>fix timestamp parsing while no explicit timezone given <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2814">#2814</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/waitingkuo">waitingkuo</a>)</li>
   <li>Support Arbitrary Number of Arrays in downcast_primitive_array <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2809">#2809</a> (<a href="https://github.com/tustvold">tustvold</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Restore Integration test JSON schema serialization  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2876">#2876</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Fix various invalid_html_tags clippy error <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2861">#2861</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>Replace complicated temporal macro with generic functions <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2851">#2851</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add NaN handling in dyn scalar comparison kernels <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2829">#2829</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add overflow-checking variant of sum kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2821">#2821</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Update to Clap 4 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2817">#2817</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Safe API to Operate on Dictionary Values <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2797">#2797</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add modulus op into <code>ArrowNativeTypeOp</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2753">#2753</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Allow creating of TimeUnit instances without direct dependency on parquet-format <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2708">#2708</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Arrow Row Format <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2677">#2677</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Don't try to infer nulls in CSV schema inference <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2859">#2859</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>parquet::arrow::arrow_writer::ArrowWriter</code> ignores page size properties <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2853">#2853</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Introducing ArrowNativeTypeOp made it impossible to call kernels from generics <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2839">#2839</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Unsound ArrayData to Array Conversions <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2834">#2834</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>Regression: <code>the trait bound for&lt;'de&gt; arrow::datatypes::Schema: serde::de::Deserialize&lt;'de&gt; is not satisfied</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2825">#2825</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>convert string to timestamp shouldn't apply local timezone offset if there's no explicit timezone info in the string <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2813">#2813</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Add pub api for checking column index is sorted <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2848">#2848</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Take decimal as primitive (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2637">#2637</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2869">#2869</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Split out arrow-integration-test crate <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2868">#2868</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Decimal cleanup (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2637">#2637</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2865">#2865</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 various invalid_html_tags clippy errors <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2862">#2862</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/viirya">viirya</a>)</li>
   <li>Don't try to infer nullability in CSV reader <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2860">#2860</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li>
   <li>Fix page size on dictionary fallback <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2854">#2854</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/thinkharderdev">thinkharderdev</a>)</li>
   <li>Replace complicated temporal macro with generic functions <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2850">#2850</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>[feat] Add pub api for checking column index is sorted. <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2849">#2849</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/Ted-Jiang">Ted-Jiang</a>)</li>
   <li>parquet: Add <code>snap</code> option to README <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2847">#2847</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/exyi">exyi</a>)</li>
   <li>Cleanup cast kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2846">#2846</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Simplify ArrowNativeType <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2841">#2841</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Expose ArrowNativeTypeOp trait to make it useful for type bound <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2840">#2840</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</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/1eb19b5394b84eaa0dbb24f65e74018defb3332b"><code>1eb19b5</code></a> Update version to <code>25.0.0</code> and update Changelog (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2877">#2877</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/9c5ba92f144014011b88f8859191708c5641cf1b"><code>9c5ba92</code></a> Split out arrow-integration-test crate (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2868">#2868</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/d67d5fb0086ee5a18bf3a148c874ccb11533044d"><code>d67d5fb</code></a> Decimal cleanup (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2637">#2637</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2865">#2865</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/d7f994c2af59653db5a18c52920f0b5dbd27ff6f"><code>d7f994c</code></a> Take decimal as primitive (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2637">#2637</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2869">#2869</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/1b69dd7b0d59616f0ad32259fd3e3f27361fa278"><code>1b69dd7</code></a> Update test_parse_arg_compression_format_fail (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2867">#2867</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/eeb12612217b7658897702d778f6c92939320007"><code>eeb1261</code></a> Make DecimalArray as PrimitiveArray (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2857">#2857</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/fa1d079678bb1bc4bcc1ed3d6c9d41598a4f9adb"><code>fa1d079</code></a> Add <code>interleave</code> kernel (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1523">#1523</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2838">#2838</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/8adebca35253943fffb0653e7521eaf7a25b0153"><code>8adebca</code></a> Validate ArrayData type when converting to Array (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2834">#2834</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2835">#2835</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/1397fb4a0071b89ec6846762a38da6d279d4152b"><code>1397fb4</code></a> Don't try to infer nullability in CSV reader (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2860">#2860</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/65d55768c7fae6ad733f1c45421f4e992297cf2b"><code>65d5576</code></a> Simplify OrderPreservingInterner allocation strategy (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2677">#2677</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2827">#2827</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/24.0.0...25.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] dependabot[bot] commented on pull request #3870: Update arrow-flight requirement from 24.0.0 to 25.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #3870:
URL: https://github.com/apache/arrow-datafusion/pull/3870#issuecomment-1282071996

   Looks like arrow-flight is up-to-date now, so this is no longer needed.


-- 
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] closed pull request #3870: Update arrow-flight requirement from 24.0.0 to 25.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #3870: Update arrow-flight requirement from 24.0.0 to 25.0.0
URL: https://github.com/apache/arrow-datafusion/pull/3870


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