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

   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/18.0.0";>18.0.0</a> 
(2022-07-08)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/17.0.0...18.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Fix several bugs in parquet writer statistics generation, add 
<code>EnabledStatistics</code> to control level of statistics generated <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2022";>#2022</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Add page index reader test for all types and support empty index. <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2012";>#2012</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>Add <code>Decimal256Builder</code> and <code>Decimal256Array</code>; 
Decimal arrays now implement <code>BasicDecimalArray</code> trait <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2000";>#2000</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>Simplify <code>ColumnReader::read_batch</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1995";>#1995</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>Remove <code>PrimitiveBuilder::finish_dict</code> (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1978";>#1978</a>)
 <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1980";>#1980</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Disallow cast from other datatypes to <code>NullType</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1942";>#1942</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/liukun4515";>liukun4515</a>)</li>
   <li>Add column index writer for parquet <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1935";>#1935</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>] (<a 
href="https://github.com/liukun4515";>liukun4515</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add <code>DataType::Dictionary</code> support to 
<code>subtract_scalar</code>, <code>multiply_scalar</code>, 
<code>divide_scalar</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2019";>#2019</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support DictionaryArray in <code>add_scalar</code> kernel <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2017";>#2017</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Enable column page index read test for all types <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2010";>#2010</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Simplify <code>FixedSizeBinaryBuilder</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2007";>#2007</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>Decimal256Builder</code> and <code>Decimal256Array</code> 
<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1999";>#1999</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>DictionaryArray</code> in <code>unary</code> kernel <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1989";>#1989</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add kernel to quickly compute comparisons on <code>Array</code>s <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1987";>#1987</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>DictionaryArray</code> in <code>divide</code> kernel <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1982";>#1982</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Implement <code>Into&lt;ArrayData&gt;</code> for <code>T: Array</code> 
<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1979";>#1979</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>DictionaryArray</code> in <code>multiply</code> kernel <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1972";>#1972</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>DictionaryArray</code> in <code>subtract</code> kernel <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1970";>#1970</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Declare <code>DecimalArray::length</code> as a constant <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1967";>#1967</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support <code>DictionaryArray</code> in <code>add</code> kernel <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1950";>#1950</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Add builder style methods to <code>Field</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1934";>#1934</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Make <code>StringDictionaryBuilder</code> faster <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1851";>#1851</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>concat_elements_utf8</code> should accept arbitrary number of 
input arrays <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1748";>#1748</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Array reader for list columns fails to decode if batches fall on row 
group boundaries <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2025";>#2025</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li><code>ColumnWriterImpl::write_batch_with_statistics</code> incorrect 
distinct count in statistics <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2016";>#2016</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li><code>ColumnWriterImpl::write_batch_with_statistics</code> can write 
incorrect page statistics <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2015";>#2015</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li><code>RowFormatter</code> is not part of the public api <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2008";>#2008</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li>Infinite Loop possible in <code>ColumnReader::read_batch</code> For 
Corrupted Files <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1997";>#1997</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li><code>PrimitiveBuilder::finish_dict</code> does not validate dictionary 
offsets <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1978";>#1978</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Incorrect <code>n_buffers</code> in <code>FFI_ArrowArray</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1959";>#1959</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>DecimalArray::from_fixed_size_list_array</code> fails when 
<code>offset &gt; 0</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1958";>#1958</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Incorrect (but ignored) metadata written after ColumnChunk <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1946";>#1946</a>
 [<a href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li><code>Send</code> + <code>Sync</code> impl for <code>Allocation</code> 
may  not be sound unless <code>Allocation</code> is <code>Send</code> + 
<code>Sync</code> as well <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1944";>#1944</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Disallow cast from other datatypes to <code>NullType</code> <a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1923";>#1923</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>The doc of <code>FixedSizeListArray::value_length</code> is incorrect. 
<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1908";>#1908</a>
 [<a href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</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/330505c98c9db4d103b4965e8bd55065961dada7";><code>330505c</code></a>
 Prepare for 18.0.0 release: Update CHANGELOG and versions (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2023";>#2023</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/5a76697eb69e5c21aa60348e32d08069942ffa09";><code>5a76697</code></a>
 Fix record delimiting on row group boundaries (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2025";>#2025</a>)
 (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2027";>#2027</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ca1bfb8f28fcd82757ce08c8038916bb6e7986e9";><code>ca1bfb8</code></a>
 Add Decimal256Builder and Decimal256Array (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2000";>#2000</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/d70c2ea84b415bd5ad17dc41299a72dac69160ef";><code>d70c2ea</code></a>
 Consistent case in Index enumeration (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2029";>#2029</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/373ac819937633ea035e303fce7127c0f06fd6c4";><code>373ac81</code></a>
 Add page index reader test for all types and support empty index. (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2012";>#2012</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/9333a850dd331aded6c5d73febf8f2413b4442ef";><code>9333a85</code></a>
 Don't generate empty google.protobuf.rs (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2005";>#2005</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/58848c4a230db5277a6f3a425845557a257a1f89";><code>58848c4</code></a>
 Fix parquet test_common feature flags (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2003";>#2003</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/d9dbf7271899e40c30236c619f7c558d2c1f6788";><code>d9dbf72</code></a>
 Fix several bugs in parquet writer statistics generation, add 
`EnabledStatist...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/7542f7d1cb341fedec09307713bba5536e6baab6";><code>7542f7d</code></a>
 Add builder style APIs For <code>Field</code>: <code>with_name</code>, 
<code>with_data_type</code> and `with_n...</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/ef02bf855720365aa592a318c4fd04f8a46c5805";><code>ef02bf8</code></a>
 Support dictionary array for divide kernel (<a 
href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1983";>#1983</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/16.0.0...18.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-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to