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

   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/17.0.0";>17.0.0</a> 
(2022-06-24)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/16.0.0...17.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Add validation to <code>RecordBatch</code> for non-nullable fields 
containing null values <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1890";>#1890</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/andygrove";>andygrove</a>)</li>
   <li>Rename <code>ArrayData::validate_dict_offsets</code> to 
<code>ArrayData::validate_values</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1889";>#1889</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/frolovdev";>frolovdev</a>)</li>
   <li>Add <code>Decimal128</code> API and use it in DecimalArray and 
DecimalBuilder <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1871";>#1871</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>Mark typed buffer APIs <code>safe</code> (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/996";>#996</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1027";>#1027</a>)
 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1866";>#1866</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>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>add a small doc example showing <code>ArrowWriter</code> being used with 
a cursor <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1927";>#1927</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Support <code>cast</code> to/from <code>NULL</code> and 
<code>DataType::Decimal</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1921";>#1921</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>Decimal256</code> API <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1913";>#1913</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>DictionaryArray::key</code> function <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1911";>#1911</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support specifying capacities for <code>ListArrays</code> in 
<code>MutableArrayData</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1884";>#1884</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Explicitly declare the features used for each dependency <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1876";>#1876</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>Add Decimal128 API and use it in DecimalArray and DecimalBuilder <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1870";>#1870</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>PrimitiveArray::from_iter</code> should omit validity buffer if 
all values are valid <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1856";>#1856</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>from(v: Vec&lt;Option&lt;&amp;[u8]&gt;&gt;)</code> and 
<code>from(v: Vec&lt;&amp;[u8]&gt;)</code> for 
<code>FixedSizedBInaryArray</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1852";>#1852</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>Vec</code>-inspired APIs to <code>BufferBuilder</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1850";>#1850</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>PyArrow intergation test for C Stream Interface <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1847";>#1847</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>nilike</code> support in <code>comparison</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1845";>#1845</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Split up <code>arrow::array::builder</code> module <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1843";>#1843</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add <code>quarter</code> support in <code>temporal</code> kernels <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1835";>#1835</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Rename <code>ArrayData::validate_dictionary_offset</code> to 
<code>ArrayData::validate_values</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1812";>#1812</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Clean up the testing code for <code>substring</code> kernel <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1801";>#1801</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Speed up <code>substring_by_char</code> kernel <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1800";>#1800</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>unable to write parquet file with UTC timestamp <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1932";>#1932</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Incorrect max and min decimals <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1916";>#1916</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>dynamic_types</code> example does not print the projection <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1902";>#1902</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>log2(0)</code> panicked at <code>'attempt to subtract with 
overflow', parquet/src/util/bit_util.rs:148:5</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1901";>#1901</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Final slicing in <code>combine_option_bitmap</code> needs to use bit 
slices <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1899";>#1899</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Dictionary IPC writer  writes incorrect schema <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1892";>#1892</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Creating a <code>RecordBatch</code> with null values in non-nullable 
fields does not cause an error <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1888";>#1888</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Upgrade <code>regex</code> dependency <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1874";>#1874</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Miri reports leaks in ffi tests <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1872";>#1872</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>AVX512 + simd binary and/or kernels slower than autovectorized version 
<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1829";>#1829</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Blog post about arrow 10.0.0 - 16.0.0 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1808";>#1808</a></li>
   <li>Add README for the compute module. <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1940";>#1940</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/HaoYang670";>HaoYang670</a>)</li>
   <li>minor: clarify docstring on <code>DictionaryArray::lookup_key</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1910";>#1910</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</a>)</li>
   <li>minor: add a diagram to docstring for DictionaryArray <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1909";>#1909</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/alamb";>alamb</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/9f7b6004d365b0c0bac8e30170b49bdd66cc7df0";><code>9f7b600</code></a>
 Update version and changelog for version 17.0.0 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1926";>#1926</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/c5cf2f21a59bec896b1db48f97b8aa0faacf624b";><code>c5cf2f2</code></a>
 add readme (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1940";>#1940</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/d52be30f779240b7aa621ebee5d5a6d942445be0";><code>d52be30</code></a>
 Set adjusted to UTC if UTC timezone (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1932";>#1932</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1937";>#1937</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/9e8c1bffebc4f04835b60b3aa0bda38fd3fb469d";><code>9e8c1bf</code></a>
 Support casting <code>NULL</code> to/from <code>Decimal</code> (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1922";>#1922</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a901927e46083b3915b57475df1d802d9806f68c";><code>a901927</code></a>
 Split up parquet::arrow::array_reader (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1483";>#1483</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1933";>#1933</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/27963e758cf14b437c6ba40016f5ac732a4bca6d";><code>27963e7</code></a>
 Update indexmap dependency (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1929";>#1929</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/f0df5e04d3e55fff20f166f0cb8c7ec22cf3ffb9";><code>f0df5e0</code></a>
 Add Decimal256 API (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1914";>#1914</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/f8afc1424a729c390df6b69e585db7274498106b";><code>f8afc14</code></a>
 Add ArrowWriter doctest (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1927";>#1927</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1930";>#1930</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/041e5101fa64d638ee6a7fb3878c52503838c349";><code>041e510</code></a>
 Complete and fixup  split of <code>arrow::array::builder</code> module (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1843";>#1843</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1928";>#1928</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/c65bbc50187cd5346bb0ba534280a0688dac4f9b";><code>c65bbc5</code></a>
 replace checked_add(sub).unwrap() with +(-) (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1924";>#1924</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/16.0.0...17.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to