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/07/27 08:41:54 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2975: Update arrow-flight requirement from 18.0.0 to 19.0.0

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

   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.md">arrow-flight's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/19.0.0">19.0.0</a> (2022-07-22)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/18.0.0...19.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Rename <code>DecimalArray``/DecimalBuilder</code> to <code>Decimal128Array</code>/<code>Decimal128Builder</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2101">#2101</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Change builder <code>append</code> methods to be infallible where possible <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2103">#2103</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/jhorstmann">jhorstmann</a>)</li>
   <li>Return reference from <code>UnionArray::child</code> (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2035">#2035</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2099">#2099</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Remove <code>preserve_order</code> feature from <code>serde_json</code> dependency (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2095">#2095</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2098">#2098</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>Rename <code>weekday</code> and <code>weekday0</code> kernels to to <code>num_days_from_monday</code> and <code>num_days_since_sunday</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2066">#2066</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li>
   <li>Remove <code>null_count</code> from <code>write_batch_with_statistics</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2047">#2047</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Use <code>total_cmp</code> from std  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2130">#2130</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Permit parallel fetching of column chunks in <code>ParquetRecordBatchStream</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2110">#2110</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>The <code>GenericBinaryBuilder</code> should use buffer builders directly. <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2104">#2104</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Pass <code>generate_decimal256_case</code> arrow integration test <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2093">#2093</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Rename <code>weekday</code> and <code>weekday0</code> kernels to to <code>num_days_from_monday</code> and <code>days_since_sunday</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2065">#2065</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Improve performance of <code>filter_dict</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2062">#2062</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Improve performance of <code>set_bits</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2060">#2060</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Lazily materialize the null buffer builder of <code>BooleanBuilder</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2058">#2058</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>BooleanArray::from_iter</code> should omit validity buffer if all values are valid <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2055">#2055</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>FFI_ArrowSchema should set <code>DICTIONARY_ORDERED</code> flag if a field's dictionary is ordered <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2049">#2049</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support <code>peek_next_page()</code> and <code>skip_next_page</code> in <code>SerializedPageReader</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2043">#2043</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Support FFI / C Data Interface for <code>MapType</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2037">#2037</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>The <code>DecimalArrayBuilder</code> should use <code>FixedSizedBinaryBuilder</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2026">#2026</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Enable <code>serialized_reader</code> read specific Page by passing row ranges. <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1976">#1976</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li><code>type_id</code> and <code>value_offset</code> are incorrect for sliced <code>UnionArray</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2086">#2086</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Boolean <code>take</code> kernel does not handle null indices correctly <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2057">#2057</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Don't double-count nulls in <code>write_batch_with_statistics</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2046">#2046</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Parquet Writer Ignores Statistics specification in <code>WriterProperties</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2014">#2014</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Improve docstrings + examples for <code>as_primitive_array</code> cast functions <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2114">#2114</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Why does <code>serde_json</code> specify the <code>preserve_order</code> feature in <code>arrow</code> package <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2095">#2095</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support <code>skip_values</code> in DictionaryDecoder <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2079">#2079</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Support skip_values in ColumnValueDecoderImpl  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2078">#2078</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Support <code>skip_values</code> in <code>ByteArrayColumnValueDecoder</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2072">#2072</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Several <code>Builder::append</code> methods returning results even though they are infallible <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2071">#2071</a></li>
   <li>Improve formatting of logical plans containing subqueries <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2059">#2059</a></li>
   <li>Return reference from <code>UnionArray::child</code>  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2035">#2035</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/c3e019f3011a902a344758969b1cfc3604f3c2d7"><code>c3e019f</code></a> Update version to <code>19.0.0</code> and add CHANGELOG (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2120">#2120</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/567c45747c2fad12c6746ec8cc35ef44aa0f617f"><code>567c457</code></a> Use total_cmp from std (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2131">#2131</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/a9fa1b496fff8d879424ad7644b9581855503b39"><code>a9fa1b4</code></a> Simplify null mask preservation in parquet reader (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2116">#2116</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/5e3facf5ec6c15f8fec14538b96b90b254e7ab90"><code>5e3facf</code></a> fix clippy (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2124">#2124</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/f62f26a23540d55356601b7df0730f4f0f2ae5fc"><code>f62f26a</code></a> Improve docstrings + examples for <code>as_primitive_array</code> cast functions (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2114">#2114</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/db91031c2cd07f516f8118abf5477c33e0249e0a"><code>db91031</code></a> Fix logical merge conflict (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2121">#2121</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/1805b30e620b05bd050a9f2dfcf5ef41e05977ea"><code>1805b30</code></a> Update <code>GenericBinaryBuilder</code> to use buffer builders directly. (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2117">#2117</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/fd38664e81f0cced38190558a37ca7ecb0155dc7"><code>fd38664</code></a> Pass decimal256 integration test (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2094">#2094</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/576069a3111094b63d39c3c3973b7cebc90b5a94"><code>576069a</code></a> Add ArrayWriter indirection (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1764">#1764</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2091">#2091</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/be0d34d4fd37431ed57e7ab001da5f55a016a76e"><code>be0d34d</code></a> Add get_byte_ranges method to AsyncFileReader trait (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2115">#2115</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/18.0.0...19.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] codecov-commenter commented on pull request #2975: Update arrow-flight requirement from 18.0.0 to 19.0.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #2975:
URL: https://github.com/apache/arrow-datafusion/pull/2975#issuecomment-1196537425

   # [Codecov](https://codecov.io/gh/apache/arrow-datafusion/pull/2975?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#2975](https://codecov.io/gh/apache/arrow-datafusion/pull/2975?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f2f2a3a) into [master](https://codecov.io/gh/apache/arrow-datafusion/commit/4005076d8e3e4fa07541da62f7a6c9c755029da1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4005076) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master    #2975   +/-   ##
   =======================================
     Coverage   85.71%   85.71%           
   =======================================
     Files         280      280           
     Lines       51313    51313           
   =======================================
   + Hits        43983    43985    +2     
   + Misses       7330     7328    -2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/arrow-datafusion/pull/2975?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [datafusion/expr/src/logical\_plan/plan.rs](https://codecov.io/gh/apache/arrow-datafusion/pull/2975/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZGF0YWZ1c2lvbi9leHByL3NyYy9sb2dpY2FsX3BsYW4vcGxhbi5ycw==) | `77.77% <0.00%> (ø)` | |
   | [datafusion/core/src/physical\_plan/metrics/value.rs](https://codecov.io/gh/apache/arrow-datafusion/pull/2975/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZGF0YWZ1c2lvbi9jb3JlL3NyYy9waHlzaWNhbF9wbGFuL21ldHJpY3MvdmFsdWUucnM=) | `87.43% <0.00%> (+0.50%)` | :arrow_up: |
   | [datafusion/expr/src/window\_frame.rs](https://codecov.io/gh/apache/arrow-datafusion/pull/2975/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZGF0YWZ1c2lvbi9leHByL3NyYy93aW5kb3dfZnJhbWUucnM=) | `93.27% <0.00%> (+0.84%)` | :arrow_up: |
   
   Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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 #2975: Update arrow-flight requirement from 18.0.0 to 19.0.0

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


-- 
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 #2975: Update arrow-flight requirement from 18.0.0 to 19.0.0

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

   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