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/05/23 09:01:03 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #6420: chore(deps): update arrow-schema requirement from 39.0.0 to 40.0.0

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

   Updates the requirements on [arrow-schema](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-schema's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/39.0.0">39.0.0</a> (2023-05-05)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/38.0.0...39.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Allow creating unbuffered streamreader <a href="https://redirect.github.com/apache/arrow-rs/pull/4165">#4165</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/ming08108">ming08108</a>)</li>
   <li>Cleanup ChunkReader (<a href="https://redirect.github.com/apache/arrow-rs/issues/4118">#4118</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4156">#4156</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Remove Type from NativeIndex <a href="https://redirect.github.com/apache/arrow-rs/pull/4146">#4146</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Don't Duplicate Offset Index on RowGroupMetadata <a href="https://redirect.github.com/apache/arrow-rs/pull/4142">#4142</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Return BooleanBuffer from BooleanBufferBuilder <a href="https://redirect.github.com/apache/arrow-rs/pull/4140">#4140</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>Cleanup CSV schema inference (<a href="https://redirect.github.com/apache/arrow-rs/issues/4129">#4129</a>) (<a href="https://redirect.github.com/apache/arrow-rs/issues/4130">#4130</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4133">#4133</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>Remove deprecated parquet ArrowReader <a href="https://redirect.github.com/apache/arrow-rs/pull/4125">#4125</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>refactor: construct <code>StructArray</code> w/ <code>FieldRef</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/4116">#4116</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/crepererum">crepererum</a>)</li>
   <li>Ignore Field Metadata in equals_datatype for Dictionary, RunEndEncoded, Map and Union <a href="https://redirect.github.com/apache/arrow-rs/pull/4111">#4111</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/izveigor">izveigor</a>)</li>
   <li>Add StructArray Constructors (<a href="https://redirect.github.com/apache/arrow-rs/issues/3879">#3879</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4064">#4064</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>Release 39.0.0 of arrow/arrow-flight/parquet/parquet-derive (next release after 38.0.0) <a href="https://redirect.github.com/apache/arrow-rs/issues/4170">#4170</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>Fixed point decimal multiplication for DictionaryArray <a href="https://redirect.github.com/apache/arrow-rs/issues/4135">#4135</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Remove Seek Requirement from CSV ReaderBuilder <a href="https://redirect.github.com/apache/arrow-rs/issues/4130">#4130</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>Inconsistent CSV Inference and Parsing DateTime Handling <a href="https://redirect.github.com/apache/arrow-rs/issues/4129">#4129</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>Support accessing ipc Reader/Writer inner by reference <a href="https://redirect.github.com/apache/arrow-rs/issues/4121">#4121</a></li>
   <li>Add Type Declarations for All Primitive Tensors and Buffer Builders <a href="https://redirect.github.com/apache/arrow-rs/issues/4112">#4112</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support <code>Interval + Timestamp</code> and <code>Interval + Date</code> in addition to <code>Timestamp + Interval</code> and <code>Interval + Date</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/4094">#4094</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Enable setting FlightDescriptor on FlightDataEncoderBuilder <a href="https://redirect.github.com/apache/arrow-rs/issues/3855">#3855</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>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Parquet Page Index Reader Assumes Consecutive Offsets <a href="https://redirect.github.com/apache/arrow-rs/issues/4149">#4149</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Equality of nested data types <a href="https://redirect.github.com/apache/arrow-rs/issues/4110">#4110</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Improve Documentation of Parquet ChunkReader <a href="https://redirect.github.com/apache/arrow-rs/issues/4118">#4118</a></li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>add specific error log for empty JSON array <a href="https://redirect.github.com/apache/arrow-rs/issues/4105">#4105</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Prep for 39.0.0 <a href="https://redirect.github.com/apache/arrow-rs/pull/4171">#4171</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/iajoiner">iajoiner</a>)</li>
   <li>Support Compression in parquet-fromcsv <a href="https://redirect.github.com/apache/arrow-rs/pull/4160">#4160</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/suxiaogang223">suxiaogang223</a>)</li>
   <li>feat: support bitwise shift left/right with scalars <a href="https://redirect.github.com/apache/arrow-rs/pull/4159">#4159</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/izveigor">izveigor</a>)</li>
   <li>Cleanup reading page index (<a href="https://redirect.github.com/apache/arrow-rs/issues/4149">#4149</a>) (<a href="https://redirect.github.com/apache/arrow-rs/issues/4090">#4090</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/4151">#4151</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>feat: support <code>bitwise</code> shift left/right <a href="https://redirect.github.com/apache/arrow-rs/pull/4148">#4148</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Weijun-H">Weijun-H</a>)</li>
   <li>Don't hardcode port in FlightSQL tests <a href="https://redirect.github.com/apache/arrow-rs/pull/4145">#4145</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>Better flight SQL example codes <a href="https://redirect.github.com/apache/arrow-rs/pull/4144">#4144</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/sundy-li">sundy-li</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/39.0.0...39.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] dependabot[bot] commented on pull request #6420: chore(deps): update arrow-schema requirement from 39.0.0 to 40.0.0

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

   Looks like arrow-schema is up-to-date now, so this is no longer needed.


-- 
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] closed pull request #6420: chore(deps): update arrow-schema requirement from 39.0.0 to 40.0.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #6420: chore(deps): update arrow-schema requirement from 39.0.0 to 40.0.0
URL: https://github.com/apache/arrow-datafusion/pull/6420


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