You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/15 08:06:19 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #4217: Update arrow-flight requirement from 26.0.0 to 27.0.0

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

   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/26.0.0">26.0.0</a> (2022-10-28)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/25.0.0...26.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Cast Timestamps to RFC3339 strings <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2934">#2934</a></li>
   <li>Remove Unused NativeDecimalType <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2945">#2945</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Format Timestamps as RFC3339 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2939">#2939</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/waitingkuo">waitingkuo</a>)</li>
   <li>Update flatbuffers to resolve RUSTSEC-2021-0122 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2895">#2895</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>replace <code>from_timestamp</code> by <code>from_timestamp_opt</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2894">#2894</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/waitingkuo">waitingkuo</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Optimized way to count the numbers of <code>true</code> and <code>false</code> values in a BooleanArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2963">#2963</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add pow to i256 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2954">#2954</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Write Generic Code over [Large]BinaryArray and [Large]StringArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2946">#2946</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add Page Row Count Limit <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2941">#2941</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>prettyprint to show timezone offset for timestamp with timezone <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2937">#2937</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Cast numeric to decimal256 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2922">#2922</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>freeze_with_dictionary</code> API to <code>MutableArrayData</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2914">#2914</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support decimal256 array in sort kernels <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2911">#2911</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>support <code>[+/-]hhmm</code> and <code>[+/-]hh</code> as fixedoffset timezone format <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2910">#2910</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Cleanup decimal sort function <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2907">#2907</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>replace <code>from_timestamp</code> by <code>from_timestamp_opt</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2892">#2892</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Move Primitive arity kernels to arrow-array <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2787">#2787</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>add overflow-checking for negative arithmetic kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2662">#2662</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Subtle compatibility issue with serve_arrow <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2952">#2952</a></li>
   <li>error[E0599]: no method named <code>total_cmp</code> found for struct <code>f16</code> in the current scope <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2926">#2926</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Fail at rowSelection <code>and_then</code> method <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2925">#2925</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Ordering not implemented for FixedSizeBinary types <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2904">#2904</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Parquet API: Could not convert timestamp before unix epoch to string/json <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2897">#2897</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Overly Pessimistic RLE Size Estimation <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2889">#2889</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Memory alignment error in <code>RawPtrBox::new</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2882">#2882</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Compilation error under chrono-tz feature <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2878">#2878</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>AHash Statically Allocates 64 bytes <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2875">#2875</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li><code>parquet::arrow::arrow_writer::ArrowWriter</code> ignores page size properties <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2853">#2853</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Document crate topology (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2594">#2594</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2913">#2913</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>Closed issues:</strong></p>
   <ul>
   <li>SerializedFileWriter comments about multiple call on consumed self <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2935">#2935</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Pointer freed error when deallocating ArrayData with shared memory buffer <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2874">#2874</a></li>
   <li>Release Arrow <code>25.0.0</code> (next release after <code>24.0.0</code>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2820">#2820</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>
   <!-- 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/26.0.0...26.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] alamb commented on pull request #4217: Update arrow-flight requirement from 26.0.0 to 27.0.0

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #4217:
URL: https://github.com/apache/arrow-datafusion/pull/4217#issuecomment-1315814737

   Done in https://github.com/apache/arrow-datafusion/pull/4199


-- 
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 #4217: Update arrow-flight requirement from 26.0.0 to 27.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #4217:
URL: https://github.com/apache/arrow-datafusion/pull/4217#issuecomment-1315814778

   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] alamb closed pull request #4217: Update arrow-flight requirement from 26.0.0 to 27.0.0

Posted by GitBox <gi...@apache.org>.
alamb closed pull request #4217: Update arrow-flight requirement from 26.0.0 to 27.0.0
URL: https://github.com/apache/arrow-datafusion/pull/4217


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