Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update arrow requirement from 41.0.0 to 42.0.0 #187

Merged
merged 6 commits into from
Jun 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2023

Updates the requirements on arrow to permit the latest version.

Changelog

Sourced from arrow's changelog.

42.0.0 (2023-06-16)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add doc example of constructing a MapArray #4385 [arrow]
  • Support millisecond and microsecond functions #4374 [arrow]
  • Changed array_to_json_array to take &dyn Array #4369 [arrow]
  • compute::ord kernel for getting min and max of two scalar/array values #4347 [arrow]
  • Release 41.0.0 of arrow/arrow-flight/parquet/parquet-derive #4346
  • Refactor CAST tests to use new cast array syntax #4336 [arrow]
  • pass bytes directly to parquet's KeyValue #4317
  • PyArrow conversions could return TypeError if provided incorrect Python type #4312 [arrow]
  • Have array_to_json_array support Map #4297 [arrow]
  • FlightSQL: Add helpers to create CommandGetXdbcTypeInfo responses (XdbcInfoValue and builders) #4257 [arrow] [arrow-flight]
  • Have array_to_json_array support FixedSizeList #4248 [arrow]
  • Truncate ColumnIndex ByteArray Statistics #4126 [parquet]
  • Arrow compute kernel regards selection vector #4095 [arrow]

Fixed bugs:

  • Wrongly calculated data compressed length in IPC writer #4410 [arrow]
  • Take Kernel Handles Nullable Indices Incorrectly #4404 [arrow]
  • StructBuilder::new Doesn't Validate Builder DataTypes #4397 [arrow]
  • Parquet error: Not all children array length are the same! when using RowSelection to read a parquet file #4396
  • RecordReader::skip_records Is Incorrect for Repeated Columns #4368 [parquet]
  • List-of-String Array panics in the presence of row filters #4365 [parquet]
  • Fail to read block compressed gzip files with parquet-fromcsv #4173 [parquet]

Closed issues:

  • Have a parquet file not able to be deduped via arrow-rs, complains about Decimal precision? #4356
  • Question: Could we move dict_id, dict_is_ordered into DataType? #4325

Merged pull requests:

... (truncated)

Commits
  • 2c7b4ef Prepare for the 42.0.0 release (#4423)
  • e5c9e0d Fix bug in IPC logic that determines if the buffer should be compressed or no...
  • 993a7cc Fix reading gzip file with multiple gzip headers in parquet-fromcsv. (#4419)
  • a57d718 fix create_primitive_array (#4412)
  • 9d09fe5 Faster unpacking of Int32Type dictionary (#4406)
  • 23177ee Cleanup nullif kernel (#4416)
  • 700bd33 Improve take kernel performance on primitive arrays, fix bad null index han...
  • 4fc0563 More take benchmarks (#4403)
  • 2c71135 Further buffer constructors (#4402)
  • c1283f1 Add PrimitiveBuilder type constructors (#4401)
  • Additional commits viewable in compare view

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 commands and options

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)

Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md)
- [Commits](apache/arrow-rs@41.0.0...42.0.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2023
@github-actions
Copy link

github-actions bot commented Jun 21, 2023

Visit the preview URL for this PR (updated for commit 36282fa):

https://nyx-rustdoc--pr187-dependabot-cargo-arr-56sbvlgl.web.app

(expires Fri, 30 Jun 2023 04:40:33 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: d8e2a55934352d850c15d11866c39eb2d2e029be

@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (63b78f1) 66.70% compared to head (36282fa) 66.69%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
- Coverage   66.70%   66.69%   -0.01%     
==========================================
  Files         127      127              
  Lines       32623    32623              
==========================================
- Hits        21762    21759       -3     
- Misses      10861    10864       +3     

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ChristopherRabotin ChristopherRabotin merged commit d1040d2 into master Jun 23, 2023
@ChristopherRabotin ChristopherRabotin deleted the dependabot/cargo/arrow-42.0.0 branch June 23, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant