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/06/14 04:57:20 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #70: Update arrow requirement from 15.0.0 to 16.0.0

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

   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/16.0.0">16.0.0</a> (2022-06-10)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/15.0.0...16.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Seal <code>ArrowNativeType</code> and <code>OffsetSizeTrait</code> for safety (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1028">#1028</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1819">#1819</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Improve API for <code>csv::infer_file_schema</code> by removing redundant ref  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1776">#1776</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>List equality method should work on empty offset <code>ListArray</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1817">#1817</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Command line tool for convert CSV to Parquet <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1797">#1797</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>IPC writer should write validity buffer for <code>UnionArray</code> in V4 IPC message <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1793">#1793</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add function for row alignment with page mask <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1790">#1790</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Rust IPC Read should be able to read V4 UnionType Array <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1788">#1788</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>combine_option_bitmap</code> should accept arbitrary number of input arrays. <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1780">#1780</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>substring_by_char</code> kernels for slicing on character boundaries <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1768">#1768</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support reading <code>PageIndex</code> from column metadata <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1761">#1761</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Support casting from <code>DataType::Utf8</code> to <code>DataType::Boolean</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1740">#1740</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Make current position available in <code>FileWriter</code>. <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1691">#1691</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Support writing parquet to <code>stdout</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1687">#1687</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Incorrect Offset Validation for Sliced List Array Children <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1814">#1814</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Parquet Snappy Codec overwrites Existing Data in Decompression Buffer <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1806">#1806</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li><code>flight_data_to_arrow_batch</code> does not support <code>RecordBatch</code>es with no columns <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1783">#1783</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li>
   <li>parquet does not compile with <code>features=[&quot;zstd&quot;]</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1630">#1630</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Update arrow module docs <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1840">#1840</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Update safety disclaimer <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1837">#1837</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Update ballista readme link <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1765">#1765</a> (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Move changelog archive to <code>CHANGELOG-old.md</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1759">#1759</a> (<a href="https://github.com/alamb">alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li><code>DataType::Decimal</code> Non-Compliant? <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1779">#1779</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Further simplify the offset validation <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1770">#1770</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Best way to convert arrow to Rust native type <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1760">#1760</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Why <code>Parquet</code> is a part of <code>Arrow</code>? <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1715">#1715</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>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Make equals_datatype method public, enabling other modules <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1838">#1838</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/nl5887">nl5887</a>)</li>
   <li>[Minor] Clarify <code>PageIterator</code> Documentation <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1831">#1831</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>Update MIRI pin <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1828">#1828</a> (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Change to use <code>resolver v2</code>, test more feature flag combinations in CI, fix errors (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1630">#1630</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1822">#1822</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>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/arrow-rs/commit/c396dfb5035d22e57717b6dd365486b76eb611bc"><code>c396dfb</code></a> Update versions and CHANGELOG for <code>16.0.0</code> (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1826">#1826</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/a57ffa26f7e340f182d33cbdfb222ac27f2d7d3f"><code>a57ffa2</code></a> Update module docs (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1840">#1840</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/c6fac6dd00f0075289f05bf581aa4f54ca0447bc"><code>c6fac6d</code></a> Make equals_datatype method public, enabling other modules (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1838">#1838</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/8d787d9c09a12fdb7d576493052f0383f03d84d3"><code>8d787d9</code></a> Update safety disclaimer (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1837">#1837</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/bd334895439f032d9755b54abf3166d1c8acd7ec"><code>bd33489</code></a> add parquet-fromcsv (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1">#1</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1798">#1798</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/23acd5549f2c4504dd7ff39e2ce867f064c5f993"><code>23acd55</code></a> fix annotation (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1831">#1831</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/db41b339f99efe3b4df766a7c102e58e3ac736d1"><code>db41b33</code></a> Change to use <code>resolver v2</code>, test more feature flag combinations in CI, fix e...</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/2629a33083c5af63447eb8a8cf051baeb7015621"><code>2629a33</code></a> Update MIRI pin (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1828">#1828</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/c92943cee1d93c234b4003c6ae5e4f68edc1e063"><code>c92943c</code></a> Fix list equal for empty offset list array (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1818">#1818</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/8f1fd128e387fb2ccf8d74ef3e542e4455f1c6b9"><code>8f1fd12</code></a> Add ScalarBuffer abstraction (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1811">#1811</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1820">#1820</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/15.0.0...16.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 #70: Update arrow requirement from 15.0.0 to 16.0.0

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

   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] commented on pull request #70: Update arrow requirement from 15.0.0 to 16.0.0

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

   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 #70: Update arrow requirement from 15.0.0 to 16.0.0

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


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