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 to arrow-rs 14.0.0 #2528

Merged
merged 9 commits into from
May 17, 2022
Merged

Update to arrow-rs 14.0.0 #2528

merged 9 commits into from
May 17, 2022

Conversation

alamb
Copy link
Contributor

@alamb alamb commented May 13, 2022

Draft until arrow is 14.0.0 is released to crates.io

Which issue does this PR close?

Closes #2508
Closes #2554
Closes #2555
Closes #2556

Rationale for this change

Update to latest arrow 14.0.0

What changes are included in this PR?

  1. Update to arrow/parquet/arrow-flight 14.0.0
  2. Update for API changes

Are there any user-facing changes?

New version of arrow

@@ -131,11 +133,16 @@ impl BallistaClient {
struct FlightDataStream {
stream: Streaming<FlightData>,
schema: SchemaRef,
dictionaries_by_id: HashMap<i64, ArrayRef>,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -20,8 +20,8 @@
//! This file essentially exists to ease the transition onto arrow2

use arrow::array::{
ArrayData, BinaryOffsetSizeTrait, BooleanArray, GenericBinaryArray,
GenericStringArray, PrimitiveArray, StringOffsetSizeTrait,
ArrayData, BooleanArray, GenericBinaryArray, GenericStringArray, OffsetSizeTrait,
Copy link
Contributor Author

@alamb alamb May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alamb alamb force-pushed the alamb/update_to_14.0.0 branch 2 times, most recently from 99a3389 to 859d822 Compare May 13, 2022 17:50
@alamb alamb marked this pull request as ready for review May 16, 2022 20:46
@alamb alamb merged commit 25725c0 into apache:master May 17, 2022
@alamb alamb deleted the alamb/update_to_14.0.0 branch August 8, 2023 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants