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/09/25 08:04:19 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #7640: Update arrow-flight requirement from 46.0.0 to 47.0.0

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

   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-old.md">arrow-flight's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/46.0.0">46.0.0</a> (2023-08-21)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/45.0.0...46.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>API improvement: <code>batches_to_flight_data</code> forces clone <a href="https://redirect.github.com/apache/arrow-rs/issues/4656">#4656</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add AnyDictionary Abstraction and Take ArrayRef in DictionaryArray::with_values <a href="https://redirect.github.com/apache/arrow-rs/pull/4707">#4707</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Cleanup parquet type builders <a href="https://redirect.github.com/apache/arrow-rs/pull/4706">#4706</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Take kernel dyn Array <a href="https://redirect.github.com/apache/arrow-rs/pull/4705">#4705</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Improve ergonomics of Scalar <a href="https://redirect.github.com/apache/arrow-rs/pull/4704">#4704</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Datum based comparison kernels (<a href="https://redirect.github.com/apache/arrow-rs/issues/4596">#4596</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4701">#4701</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>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Improve <code>Array</code> Logical Nullability <a href="https://redirect.github.com/apache/arrow-rs/pull/4691">#4691</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>Validate ArrayData Buffer Alignment and Automatically Align IPC buffers (<a href="https://redirect.github.com/apache/arrow-rs/issues/4255">#4255</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4681">#4681</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>More intuitive bool-to-string casting <a href="https://redirect.github.com/apache/arrow-rs/pull/4666">#4666</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/fsdvh">fsdvh</a>)</li>
   <li>enhancement: batches_to_flight_data use a schema ref as param. <a href="https://redirect.github.com/apache/arrow-rs/pull/4665">#4665</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/jackwener">jackwener</a>)</li>
   <li>fix: from_thrift avoid panic when stats in invalid. <a href="https://redirect.github.com/apache/arrow-rs/pull/4642">#4642</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/jackwener">jackwener</a>)</li>
   <li>bug: Add some missing field in row group metadata: ordinal, total co… <a href="https://redirect.github.com/apache/arrow-rs/pull/4636">#4636</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/liurenjie1024">liurenjie1024</a>)</li>
   <li>Remove deprecated limit kernel <a href="https://redirect.github.com/apache/arrow-rs/pull/4597">#4597</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>parquet: support setting the field_id with an ArrowWriter <a href="https://redirect.github.com/apache/arrow-rs/issues/4702">#4702</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Support references in i256 arithmetic ops <a href="https://redirect.github.com/apache/arrow-rs/issues/4694">#4694</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Precision-Loss Decimal Arithmetic <a href="https://redirect.github.com/apache/arrow-rs/issues/4664">#4664</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Faster i256 Division <a href="https://redirect.github.com/apache/arrow-rs/issues/4663">#4663</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support <code>concat_batches</code> for 0 columns <a href="https://redirect.github.com/apache/arrow-rs/issues/4661">#4661</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>filter_record_batch</code> should support filtering record batch without columns <a href="https://redirect.github.com/apache/arrow-rs/issues/4647">#4647</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Improve speed of <code>lexicographical_partition_ranges</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/4614">#4614</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>object_store: multipart ranges for HTTP <a href="https://redirect.github.com/apache/arrow-rs/issues/4612">#4612</a></li>
   <li>Add Rank Function <a href="https://redirect.github.com/apache/arrow-rs/issues/4606">#4606</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Datum Based Comparison Kernels <a href="https://redirect.github.com/apache/arrow-rs/issues/4596">#4596</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>Convenience method to create <code>DataType::List</code> correctly <a href="https://redirect.github.com/apache/arrow-rs/issues/4544">#4544</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Remove Deprecated Arithmetic Kernels <a href="https://redirect.github.com/apache/arrow-rs/issues/4481">#4481</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Equality kernel where null==null gives true  <a href="https://redirect.github.com/apache/arrow-rs/issues/4438">#4438</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Parquet ArrowWriter Ignores Nulls in Dictionary Values <a href="https://redirect.github.com/apache/arrow-rs/issues/4690">#4690</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>Schema Nullability Validation Fails to Account for Dictionary Nulls <a href="https://redirect.github.com/apache/arrow-rs/issues/4689">#4689</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>Comparison Kernels Ignore Nulls in Dictionary Values <a href="https://redirect.github.com/apache/arrow-rs/issues/4688">#4688</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>Casting List to String Ignores Format Options <a href="https://redirect.github.com/apache/arrow-rs/issues/4669">#4669</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Double free in C Stream Interface <a href="https://redirect.github.com/apache/arrow-rs/issues/4659">#4659</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>CI Failing On Packed SIMD <a href="https://redirect.github.com/apache/arrow-rs/issues/4651">#4651</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>RowInterner::size()</code> much too low for high cardinality dictionary columns <a href="https://redirect.github.com/apache/arrow-rs/issues/4645">#4645</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Decimal PrimitiveArray change datatype after try_unary  <a href="https://redirect.github.com/apache/arrow-rs/issues/4644">#4644</a></li>
   <li>Better explanation in docs for Dictionary field encoding using RowConverter <a href="https://redirect.github.com/apache/arrow-rs/issues/4639">#4639</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>List(FixedSizeBinary)</code> array equality check may return wrong result <a href="https://redirect.github.com/apache/arrow-rs/issues/4637">#4637</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>arrow::compute::nullif</code> panics if <code>NullArray</code> is provided <a href="https://redirect.github.com/apache/arrow-rs/issues/4634">#4634</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Empty lists in FixedSizeListArray::try_new is not handled <a href="https://redirect.github.com/apache/arrow-rs/issues/4623">#4623</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>See full diff in <a href="https://github.com/apache/arrow-rs/compare/46.0.0...46.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: 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 #7640: Update arrow-flight requirement from 46.0.0 to 47.0.0

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

   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 #7640: Update arrow-flight requirement from 46.0.0 to 47.0.0

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed pull request #7640: Update arrow-flight requirement from 46.0.0 to 47.0.0
URL: https://github.com/apache/arrow-datafusion/pull/7640


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