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

   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-old.md";>arrow's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/47.0.0";>47.0.0</a> 
(2023-09-19)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/46.0.0...47.0.0";>Full 
Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Make FixedSizeBinaryArray value_data return a reference <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4820";>#4820</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Update prost to v0.12.1 <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4825";>#4825</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/tustvold";>tustvold</a>)</li>
   <li>feat: FixedSizeBinaryArray::value_data return reference <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4821";>#4821</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/wjones127";>wjones127</a>)</li>
   <li>Stateless Row Encoding / Don't Preserve Dictionaries in 
<code>RowConverter</code> (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/4811";>#4811</a>) <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4819";>#4819</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/tustvold";>tustvold</a>)</li>
   <li>fix: entries field is non-nullable <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4808";>#4808</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/wjones127";>wjones127</a>)</li>
   <li>Fix flight sql do put handling, add bind parameter support to FlightSQL 
cli client <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4797";>#4797</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/suremarc";>suremarc</a>)</li>
   <li>Remove unused dyn_cmp_dict feature <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4766";>#4766</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Add underlying <code>std::io::Error</code> to <code>IoError</code> and 
add <code>IpcError</code> variant <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4726";>#4726</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/alexandreyc";>alexandreyc</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Row Format Adapative Block Size  <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4812";>#4812</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Stateless Row Conversion <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4811";>#4811</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 option to specify custom null values for CSV reader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4794";>#4794</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>parquet::record::RowIter cannot be customized with batch_size and 
defaults to 1024 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4782";>#4782</a> [<a 
href="https://github.com/apache/arrow-rs/labels/parquet";>parquet</a>]</li>
   <li><code>DynScalar</code> abstraction (something that makes it easy to 
create scalar <code>Datum</code>s) <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4781";>#4781</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>Datum</code> is not exported as part of <code>arrow</code> (it is 
only exported in <code>arrow_array</code>) <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4780";>#4780</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>Scalar</code> is not exported as part of <code>arrow</code> (it is 
only exported in <code>arrow_array</code>) <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4779";>#4779</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Support IntoPyArrow for impl RecordBatchReader <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4730";>#4730</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Datum Based String Kernels <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4595";>#4595</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>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>MapArray::new_from_strings creates nullable entries field <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4807";>#4807</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>pyarrow module can't roundtrip tensor arrays <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4805";>#4805</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li><code>concat_batches</code> errors with &quot;schema mismatch&quot; 
error when only metadata differs <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4799";>#4799</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>panic in <code>cmp</code> kernels with DictionaryArrays:  
<code>Option::unwrap()</code> on a <code>None</code> value' <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4788";>#4788</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>stream ffi panics if schema metadata values aren't valid utf8 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4750";>#4750</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Regression: Incorrect Sorting of <code>*ListArray</code> in 46.0.0 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4746";>#4746</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>Row is no longer comparable after reuse <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4741";>#4741</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>]</li>
   <li>DoPut FlightSQL handler inadvertently consumes schema at start of 
Request&lt;Streaming&lt;FlightData&gt;&gt; <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4658";>#4658</a></li>
   <li>Return error when converting schema  <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4752";>#4752</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/wjones127";>wjones127</a>)</li>
   <li>Implement PyArrowType for <code>Box&lt;dyn RecordBatchReader + 
Send&gt;</code> <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4751";>#4751</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/wjones127";>wjones127</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Building arrow-rust for target wasm32-wasi falied to compile 
packed_simd_2 <a 
href="https://redirect.github.com/apache/arrow-rs/issues/4717";>#4717</a></li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Respect FormatOption::nulls for NullArray <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4836";>#4836</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Fix merge_dictionary_values in selection kernels <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4833";>#4833</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>Fix like scalar null <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4832";>#4832</a> [<a 
href="https://github.com/apache/arrow-rs/labels/arrow";>arrow</a>] (<a 
href="https://github.com/tustvold";>tustvold</a>)</li>
   <li>More chrono deprecations <a 
href="https://redirect.github.com/apache/arrow-rs/pull/4822";>#4822</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>See full diff in <a 
href="https://github.com/apache/arrow-rs/compare/47.0.0...47.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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