Upgrade arrow parquet and arrow-flight to 24.0.0#3691
Upgrade arrow parquet and arrow-flight to 24.0.0#3691andygrove merged 3 commits intoapache:masterfrom
arrow parquet and arrow-flight to 24.0.0#3691Conversation
| // convert the pyarrow array to rust array using C data interface | ||
| let array = array.extract::<ArrayData>()?; | ||
| let scalar = ScalarValue::try_from_array(&array.into(), 0)?; | ||
| let array = arrow::array::make_array(ArrayData::from_pyarrow(array)?); |
There was a problem hiding this comment.
Needed due to changes in apache/arrow-rs#2769
9c84637 to
6c05862
Compare
|
Benchmark runs are scheduled for baseline = 010b352 and contender = 011e6f5. 011e6f5 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Draft until24.0.0is released Release Arrow24.0.0(next release after23.0.0) arrow-rs#2759Which issue does this PR close?
Closes #3689
Rationale for this change
Keep up with upstream changes
What changes are included in this PR?
Are there any user-facing changes?