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

chore(deps): update arrow-flight requirement from 34.0.0 to 42.0.0 #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Updates the requirements on arrow-flight to permit the latest version.

Changelog

Sourced from arrow-flight'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-flight](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@34.0.0...42.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants