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/11/04 04:30:24 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #497: Update arrow requirement from 25.0.0 to 26.0.0

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

   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.md">arrow's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/26.0.0">26.0.0</a> (2022-10-28)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/25.0.0...26.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Cast Timestamps to RFC3339 strings <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2934">#2934</a></li>
   <li>Remove Unused NativeDecimalType <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2945">#2945</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Format Timestamps as RFC3339 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2939">#2939</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/waitingkuo">waitingkuo</a>)</li>
   <li>Update flatbuffers to resolve RUSTSEC-2021-0122 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2895">#2895</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>replace <code>from_timestamp</code> by <code>from_timestamp_opt</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2894">#2894</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/waitingkuo">waitingkuo</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Optimized way to count the numbers of <code>true</code> and <code>false</code> values in a BooleanArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2963">#2963</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add pow to i256 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2954">#2954</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Write Generic Code over [Large]BinaryArray and [Large]StringArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2946">#2946</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add Page Row Count Limit <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2941">#2941</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>prettyprint to show timezone offset for timestamp with timezone <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2937">#2937</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Cast numeric to decimal256 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2922">#2922</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>freeze_with_dictionary</code> API to <code>MutableArrayData</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2914">#2914</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support decimal256 array in sort kernels <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2911">#2911</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>support <code>[+/-]hhmm</code> and <code>[+/-]hh</code> as fixedoffset timezone format <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2910">#2910</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Cleanup decimal sort function <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2907">#2907</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>replace <code>from_timestamp</code> by <code>from_timestamp_opt</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2892">#2892</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Move Primitive arity kernels to arrow-array <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2787">#2787</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>add overflow-checking for negative arithmetic kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2662">#2662</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Subtle compatibility issue with serve_arrow <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2952">#2952</a></li>
   <li>error[E0599]: no method named <code>total_cmp</code> found for struct <code>f16</code> in the current scope <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2926">#2926</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Fail at rowSelection <code>and_then</code> method <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2925">#2925</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Ordering not implemented for FixedSizeBinary types <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2904">#2904</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Parquet API: Could not convert timestamp before unix epoch to string/json <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2897">#2897</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Overly Pessimistic RLE Size Estimation <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2889">#2889</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Memory alignment error in <code>RawPtrBox::new</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2882">#2882</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Compilation error under chrono-tz feature <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2878">#2878</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>AHash Statically Allocates 64 bytes <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2875">#2875</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</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>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Document crate topology (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2594">#2594</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2913">#2913</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>Closed issues:</strong></p>
   <ul>
   <li>SerializedFileWriter comments about multiple call on consumed self <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2935">#2935</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Pointer freed error when deallocating ArrayData with shared memory buffer <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2874">#2874</a></li>
   <li>Release Arrow <code>25.0.0</code> (next release after <code>24.0.0</code>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2820">#2820</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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/arrow-rs/commit/36b8dfcf28382cb3344dd1a1979372e7c8ee582a"><code>36b8dfc</code></a> Add entry to changelog for 26.0.0 RC2 fix</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/fb2b49c202de28a166cab4fbbe84e0024ed706d4"><code>fb2b49c</code></a> Fix ignored limit on <code>lexsort_to_indices</code> (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2991">#2991</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/779804317d9c9d80e72a955deb8594eb45a8308a"><code>7798043</code></a> Update version to 26.0.0 and add Changelog (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2962">#2962</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/cbee739ddaebc3596b91754fbab9e26904d9622c"><code>cbee739</code></a> Format Timestamps as RFC3339 (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2939">#2939</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/843a2e5699a36537ff962d921d1c9aa0712a8d7c"><code>843a2e5</code></a> Add BooleanArray::true_count and BooleanArray::false_count (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2957">#2957</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/87ac05bcafd343d3d8ad3b519631d83090afeb1c"><code>87ac05b</code></a> Fix take string on sliced indices (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2960">#2960</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/0a115d6e270690ed076aeffc35d30dc369174f09"><code>0a115d6</code></a> Fix GenericListArray::try_new_from_array_data error message (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/526">#526</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2961">#2961</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/b6f08a87e02144277bb0a7aa3708e42f6faf7a26"><code>b6f08a8</code></a> Add GenericByteArray (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2946">#2946</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2947">#2947</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/73416f8e67efe1d0d8a8529c96c099429ab1b366"><code>73416f8</code></a> Cast numeric to decimal256 (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2923">#2923</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/b4872b7daeaf4c58be021e3880fef3801f541bb7"><code>b4872b7</code></a> Cleanup CI (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2933">#2933</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/25.0.0...26.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 #497: Update arrow requirement from 25.0.0 to 26.0.0

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

   Looks like arrow 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-ballista] dependabot[bot] closed pull request #497: Update arrow requirement from 25.0.0 to 26.0.0

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


-- 
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 #497: Update arrow requirement from 25.0.0 to 26.0.0

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

   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