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/06/28 08:39:11 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0

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

   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/17.0.0">17.0.0</a> (2022-06-24)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/16.0.0...17.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Add validation to <code>RecordBatch</code> for non-nullable fields containing null values <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1890">#1890</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/andygrove">andygrove</a>)</li>
   <li>Rename <code>ArrayData::validate_dict_offsets</code> to <code>ArrayData::validate_values</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1889">#1889</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/frolovdev">frolovdev</a>)</li>
   <li>Add <code>Decimal128</code> API and use it in DecimalArray and DecimalBuilder <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1871">#1871</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/viirya">viirya</a>)</li>
   <li>Mark typed buffer APIs <code>safe</code> (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/996">#996</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1027">#1027</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1866">#1866</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>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>add a small doc example showing <code>ArrowWriter</code> being used with a cursor <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1927">#1927</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Support <code>cast</code> to/from <code>NULL</code> and <code>DataType::Decimal</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1921">#1921</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>Decimal256</code> API <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1913">#1913</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>DictionaryArray::key</code> function <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1911">#1911</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support specifying capacities for <code>ListArrays</code> in <code>MutableArrayData</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1884">#1884</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Explicitly declare the features used for each dependency <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1876">#1876</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>Add Decimal128 API and use it in DecimalArray and DecimalBuilder <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1870">#1870</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>PrimitiveArray::from_iter</code> should omit validity buffer if all values are valid <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1856">#1856</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>from(v: Vec&lt;Option&lt;&amp;[u8]&gt;&gt;)</code> and <code>from(v: Vec&lt;&amp;[u8]&gt;)</code> for <code>FixedSizedBInaryArray</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1852">#1852</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>Vec</code>-inspired APIs to <code>BufferBuilder</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1850">#1850</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>PyArrow intergation test for C Stream Interface <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1847">#1847</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>nilike</code> support in <code>comparison</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1845">#1845</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Split up <code>arrow::array::builder</code> module <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1843">#1843</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>quarter</code> support in <code>temporal</code> kernels <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1835">#1835</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Rename <code>ArrayData::validate_dictionary_offset</code> to <code>ArrayData::validate_values</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1812">#1812</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Clean up the testing code for <code>substring</code> kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1801">#1801</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Speed up <code>substring_by_char</code> kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1800">#1800</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>unable to write parquet file with UTC timestamp <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1932">#1932</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Incorrect max and min decimals <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1916">#1916</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>dynamic_types</code> example does not print the projection <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1902">#1902</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li><code>log2(0)</code> panicked at <code>'attempt to subtract with overflow', parquet/src/util/bit_util.rs:148:5</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1901">#1901</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Final slicing in <code>combine_option_bitmap</code> needs to use bit slices <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1899">#1899</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Dictionary IPC writer  writes incorrect schema <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1892">#1892</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Creating a <code>RecordBatch</code> with null values in non-nullable fields does not cause an error <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1888">#1888</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Upgrade <code>regex</code> dependency <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1874">#1874</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Miri reports leaks in ffi tests <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1872">#1872</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>AVX512 + simd binary and/or kernels slower than autovectorized version <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1829">#1829</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Blog post about arrow 10.0.0 - 16.0.0 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1808">#1808</a></li>
   <li>Add README for the compute module. <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1940">#1940</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/HaoYang670">HaoYang670</a>)</li>
   <li>minor: clarify docstring on <code>DictionaryArray::lookup_key</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1910">#1910</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li>
   <li>minor: add a diagram to docstring for DictionaryArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1909">#1909</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</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/9f7b6004d365b0c0bac8e30170b49bdd66cc7df0"><code>9f7b600</code></a> Update version and changelog for version 17.0.0 (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1926">#1926</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/c5cf2f21a59bec896b1db48f97b8aa0faacf624b"><code>c5cf2f2</code></a> add readme (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1940">#1940</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/d52be30f779240b7aa621ebee5d5a6d942445be0"><code>d52be30</code></a> Set adjusted to UTC if UTC timezone (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1932">#1932</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1937">#1937</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/9e8c1bffebc4f04835b60b3aa0bda38fd3fb469d"><code>9e8c1bf</code></a> Support casting <code>NULL</code> to/from <code>Decimal</code> (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1922">#1922</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/a901927e46083b3915b57475df1d802d9806f68c"><code>a901927</code></a> Split up parquet::arrow::array_reader (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1483">#1483</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1933">#1933</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/27963e758cf14b437c6ba40016f5ac732a4bca6d"><code>27963e7</code></a> Update indexmap dependency (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1929">#1929</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/f0df5e04d3e55fff20f166f0cb8c7ec22cf3ffb9"><code>f0df5e0</code></a> Add Decimal256 API (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1914">#1914</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/f8afc1424a729c390df6b69e585db7274498106b"><code>f8afc14</code></a> Add ArrowWriter doctest (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1927">#1927</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1930">#1930</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/041e5101fa64d638ee6a7fb3878c52503838c349"><code>041e510</code></a> Complete and fixup  split of <code>arrow::array::builder</code> module (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1843">#1843</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1928">#1928</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/c65bbc50187cd5346bb0ba534280a0688dac4f9b"><code>c65bbc5</code></a> replace checked_add(sub).unwrap() with +(-) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1924">#1924</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/16.0.0...17.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 #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0

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

   # [Codecov](https://codecov.io/gh/apache/arrow-datafusion/pull/2806?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 [#2806](https://codecov.io/gh/apache/arrow-datafusion/pull/2806?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4b0c967) into [master](https://codecov.io/gh/apache/arrow-datafusion/commit/93d985ca7cb039f7ba813437901cc2b48eba19d0?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (93d985c) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 4b0c967 differs from pull request most recent head b2523a4. Consider uploading reports for the commit b2523a4 to get more accurate results
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #2806      +/-   ##
   ==========================================
   - Coverage   85.20%   85.20%   -0.01%     
   ==========================================
     Files         274      274              
     Lines       48543    48543              
   ==========================================
   - Hits        41363    41362       -1     
   - Misses       7180     7181       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/arrow-datafusion/pull/2806?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/core/src/physical\_plan/metrics/value.rs](https://codecov.io/gh/apache/arrow-datafusion/pull/2806/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=) | `86.93% <0.00%> (-0.51%)` | :arrow_down: |
   | [datafusion/expr/src/logical\_plan/plan.rs](https://codecov.io/gh/apache/arrow-datafusion/pull/2806/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==) | `74.40% <0.00%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/arrow-datafusion/pull/2806?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/arrow-datafusion/pull/2806?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [93d985c...b2523a4](https://codecov.io/gh/apache/arrow-datafusion/pull/2806?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?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] dependabot[bot] commented on pull request #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0

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

   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 commented on pull request #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0

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

   Closing in favour of https://github.com/apache/arrow-datafusion/pull/2778


-- 
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 #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0

Posted by GitBox <gi...@apache.org>.
tustvold closed pull request #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0
URL: https://github.com/apache/arrow-datafusion/pull/2806


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