You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/10 09:03:54 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #6320: chore(deps): update arrow-array requirement from 38.0.0 to 39.0.0

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

   Updates the requirements on [arrow-array](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-array's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/38.0.0">38.0.0</a> (2023-04-21)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/37.0.0...38.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Remove DataType from PrimitiveArray constructors <a href="https://redirect.github.com/apache/arrow-rs/pull/4098">#4098</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Use Into&lt;Arc&lt;str&gt;&gt; for PrimitiveArray::with_timezone <a href="https://redirect.github.com/apache/arrow-rs/pull/4097">#4097</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Store StructArray entries in MapArray <a href="https://redirect.github.com/apache/arrow-rs/pull/4085">#4085</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>Add DictionaryArray Constructors (<a href="https://redirect.github.com/apache/arrow-rs/issues/3879">#3879</a>)  <a href="https://redirect.github.com/apache/arrow-rs/pull/4068">#4068</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>Relax JSON schema inference generics <a href="https://redirect.github.com/apache/arrow-rs/pull/4063">#4063</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Remove ArrayData from Array (<a href="https://redirect.github.com/apache/arrow-rs/issues/3880">#3880</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4061">#4061</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Add CommandGetXdbcTypeInfo to Flight SQL Server <a href="https://redirect.github.com/apache/arrow-rs/pull/4055">#4055</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/c-thiel">c-thiel</a>)</li>
   <li>Remove old JSON Reader and Decoder (<a href="https://redirect.github.com/apache/arrow-rs/issues/3610">#3610</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4052">#4052</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>Use BufRead for JSON Schema Inference <a href="https://redirect.github.com/apache/arrow-rs/pull/4041">#4041</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/WenyXu">WenyXu</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Support dyn_compare_scalar for Decimal256 <a href="https://redirect.github.com/apache/arrow-rs/issues/4083">#4083</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Better JSON Reader Error Messages <a href="https://redirect.github.com/apache/arrow-rs/issues/4076">#4076</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Additional data type groups <a href="https://redirect.github.com/apache/arrow-rs/issues/4056">#4056</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Async JSON reader <a href="https://redirect.github.com/apache/arrow-rs/issues/4043">#4043</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Field::contains Should Recurse into DataType <a href="https://redirect.github.com/apache/arrow-rs/issues/4029">#4029</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Prevent UnionArray with Repeated Type IDs <a href="https://redirect.github.com/apache/arrow-rs/issues/3982">#3982</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>
   <li>Support  <code>Timestamp</code> <code>+</code>/<code>-</code> <code>Interval</code> types <a href="https://redirect.github.com/apache/arrow-rs/issues/3963">#3963</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>First-Class Array Abstractions <a href="https://redirect.github.com/apache/arrow-rs/issues/3880">#3880</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>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Update readme to remove reference to Jira <a href="https://redirect.github.com/apache/arrow-rs/issues/4091">#4091</a></li>
   <li>OffsetBuffer::new Rejects 0 Offsets <a href="https://redirect.github.com/apache/arrow-rs/issues/4066">#4066</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Parquet AsyncArrowWriter not shutting down inner async writer.  <a href="https://redirect.github.com/apache/arrow-rs/issues/4058">#4058</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Flight SQL Server missing command type.googleapis.com/arrow.flight.protocol.sql.CommandGetXdbcTypeInfo <a href="https://redirect.github.com/apache/arrow-rs/issues/4054">#4054</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>RawJsonReader Errors with Empty Schema <a href="https://redirect.github.com/apache/arrow-rs/issues/4053">#4053</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>
   <li>RawJsonReader Integer Truncation <a href="https://redirect.github.com/apache/arrow-rs/issues/4049">#4049</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Sparse UnionArray Equality Incorrect Offset Handling <a href="https://redirect.github.com/apache/arrow-rs/issues/4044">#4044</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Write blog about improvements in JSON and CSV processing <a href="https://redirect.github.com/apache/arrow-rs/issues/4062">#4062</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Parquet reader of Int96 columns and coercion to timestamps <a href="https://redirect.github.com/apache/arrow-rs/issues/4075">#4075</a></li>
   <li>Serializing timestamp from int (json raw decoder) <a href="https://redirect.github.com/apache/arrow-rs/issues/4069">#4069</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support casting to/from Interval and Duration <a href="https://redirect.github.com/apache/arrow-rs/issues/3998">#3998</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Fix Docs Typos <a href="https://redirect.github.com/apache/arrow-rs/pull/4100">#4100</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/rnarkk">rnarkk</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/38.0.0...38.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-datafusion] dependabot[bot] commented on pull request #6320: chore(deps): update arrow-array requirement from 38.0.0 to 39.0.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #6320:
URL: https://github.com/apache/arrow-datafusion/pull/6320#issuecomment-1541768903

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-datafusion] tustvold closed pull request #6320: chore(deps): update arrow-array requirement from 38.0.0 to 39.0.0

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed pull request #6320: chore(deps): update arrow-array requirement from 38.0.0 to 39.0.0
URL: https://github.com/apache/arrow-datafusion/pull/6320


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