dependabot[bot] opened a new pull request, #915: URL: https://github.com/apache/arrow-ballista/pull/915
Updates the requirements on [object_store](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">object_store's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <h1>Historical Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/48.0.0">48.0.0</a> (2023-10-18)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/47.0.0...48.0.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>Evaluate null_regex for string type in csv (now such values will be parsed as <code>Null</code> rather than <code>""</code>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4942">#4942</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/haohuaijin">haohuaijin</a>)</li> <li>fix(csv)!: infer null for empty column. <a href="https://redirect.github.com/apache/arrow-rs/pull/4910">#4910</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/kskalski">kskalski</a>)</li> <li>feat: log headers/trailers in flight CLI (+ minor fixes) <a href="https://redirect.github.com/apache/arrow-rs/pull/4898">#4898</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/crepererum">crepererum</a>)</li> <li>fix(arrow-json)!: include null fields in schema inference with a type of Null <a href="https://redirect.github.com/apache/arrow-rs/pull/4894">#4894</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/kskalski">kskalski</a>)</li> <li>Mark OnCloseRowGroup Send <a href="https://redirect.github.com/apache/arrow-rs/pull/4893">#4893</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/devinjdangelo">devinjdangelo</a>)</li> <li>Specialize Thrift Decoding (~40% Faster) (<a href="https://redirect.github.com/apache/arrow-rs/issues/4891">#4891</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4892">#4892</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li> <li>Make ArrowRowGroupWriter Public and SerializedRowGroupWriter Send <a href="https://redirect.github.com/apache/arrow-rs/pull/4850">#4850</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/devinjdangelo">devinjdangelo</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Allow schema fields to merge with <code>Null</code> datatype <a href="https://redirect.github.com/apache/arrow-rs/issues/4901">#4901</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add option to FlightDataEncoder to always send dictionaries <a href="https://redirect.github.com/apache/arrow-rs/issues/4895">#4895</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>Rework Thrift Encoding / Decoding of Parquet Metadata <a href="https://redirect.github.com/apache/arrow-rs/issues/4891">#4891</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Plans for supporting Extension Array to support Fixed shape tensor Array <a href="https://redirect.github.com/apache/arrow-rs/issues/4890">#4890</a></li> <li>Implement Take for UnionArray <a href="https://redirect.github.com/apache/arrow-rs/issues/4882">#4882</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Check precision overflow for casting floating to decimal <a href="https://redirect.github.com/apache/arrow-rs/issues/4865">#4865</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Replace lexical <a href="https://redirect.github.com/apache/arrow-rs/issues/4774">#4774</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add read access to settings in <code>csv::WriterBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/4735">#4735</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Improve the performance of "DictionaryValue" row encoding <a href="https://redirect.github.com/apache/arrow-rs/issues/4712">#4712</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>Should we make blank values and empty string to <code>None</code> in csv? <a href="https://redirect.github.com/apache/arrow-rs/issues/4939">#4939</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/4ef7917bd57b701e30def8511b5fd8a7961f2fcf"><code>4ef7917</code></a> Prepare object_store 0.7.1 (<a href="https://redirect.github.com/apache/arrow-rs/issues/4860">#4860</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/fbd9008d31e51018494c48eff032a77b93fab56a"><code>fbd9008</code></a> Faster Serde Integration (~80% faster) (<a href="https://redirect.github.com/apache/arrow-rs/issues/4861">#4861</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/2c9e2e9a95b9defd59d4ad59970b87a6fb7fa58c"><code>2c9e2e9</code></a> Add ObjectStore BufReader (<a href="https://redirect.github.com/apache/arrow-rs/issues/4762">#4762</a>) (<a href="https://redirect.github.com/apache/arrow-rs/issues/4857">#4857</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/74e2c5cd23070d6803ce1e0dbfb78693d463d1c2"><code>74e2c5c</code></a> Make ArrowRowGroupWriter Public and SerializedRowGroupWriter Send (<a href="https://redirect.github.com/apache/arrow-rs/issues/4850">#4850</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/7e7ac153c69a0b227ae11e0caf0f00b04b85cd23"><code>7e7ac15</code></a> fix: add missing precision overflow checking for <code>cast_string_to_decimal</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/4">#4</a>...</li> <li><a href="https://github.com/apache/arrow-rs/commit/b35511d293d72d3491330608325e38a6f5ca569a"><code>b35511d</code></a> Allow overriding azure endpoint (<a href="https://redirect.github.com/apache/arrow-rs/issues/4853">#4853</a>) (<a href="https://redirect.github.com/apache/arrow-rs/issues/4854">#4854</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/72a2dab54a95d2d02151844cae63ee664d50d819"><code>72a2dab</code></a> Allow Constructing Non-Empty StructArray with no Fields (<a href="https://redirect.github.com/apache/arrow-rs/issues/4842">#4842</a>) (<a href="https://redirect.github.com/apache/arrow-rs/issues/4845">#4845</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/6d5d7e36eff05be054221986f0e162a23cfe6a7e"><code>6d5d7e3</code></a> Minor: Improve object_store docs.rs landing page (<a href="https://redirect.github.com/apache/arrow-rs/issues/4849">#4849</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/431be3facb0645528397aa800166089e4a21a834"><code>431be3f</code></a> Perform HEAD request for HttpStore::head (<a href="https://redirect.github.com/apache/arrow-rs/issues/4837">#4837</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1de21d29ade3dbc48a89e150c00fd548f0b83aab"><code>1de21d2</code></a> fix: make_primitive_scalar bug (<a href="https://redirect.github.com/apache/arrow-rs/issues/4852">#4852</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/object_store_0.7.0...object_store_0.7.1">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]
