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 04:44:32 UTC

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

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

   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-ballista] dependabot[bot] closed pull request #100: Update arrow-flight requirement from 18.0.0 to 19.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #100: Update arrow-flight requirement from 18.0.0 to 19.0.0
URL: https://github.com/apache/arrow-ballista/pull/100


-- 
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-ballista] dependabot[bot] commented on pull request #100: Update arrow-flight requirement from 18.0.0 to 19.0.0

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

   The following labels could not be found: `auto-dependencies`.


-- 
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-ballista] dependabot[bot] commented on pull request #100: Update arrow-flight requirement from 18.0.0 to 19.0.0

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

   Superseded by #120.


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