Update version to 27.0.0 and add changelog#3089
Conversation
|
Ah you are a few minutes faster than me haha. |
LOL -- I wake up early. Perhaps we should start these PRs on Thursday 🤔 |
|
@alamb Yup haha |
| - early type checks in `RowConverter` [\#3080](https://github.com/apache/arrow-rs/pull/3080) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([crepererum](https://github.com/crepererum)) | ||
| - Add Decimal128 and Decimal256 to downcast\_primitive [\#3056](https://github.com/apache/arrow-rs/pull/3056) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([viirya](https://github.com/viirya)) | ||
| - Validate decimal256 with i256 directly [\#3025](https://github.com/apache/arrow-rs/pull/3025) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([viirya](https://github.com/viirya)) | ||
| - Replace hour\_generic with hour\_dyn [\#3006](https://github.com/apache/arrow-rs/pull/3006) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([viirya](https://github.com/viirya)) |
There was a problem hiding this comment.
I think we're missing the other ones related to this, will fix
| - Nullif with incorrect valid\_count [\#3031](https://github.com/apache/arrow-rs/issues/3031) | ||
| - RLEDecoder::get\_batch\_with\_dict may panic on bit-packed runs longer than 1024 [\#3029](https://github.com/apache/arrow-rs/issues/3029) | ||
| - Converted type is None according to Parquet Tools then utilizing logical types [\#3017](https://github.com/apache/arrow-rs/issues/3017) | ||
| - CompressionCodec LZ4 incompatible with C++ implementation [\#2988](https://github.com/apache/arrow-rs/issues/2988) |
There was a problem hiding this comment.
This is backwards compatible but changes what is written, so will mark as api-change
tustvold
left a comment
There was a problem hiding this comment.
I've marked a few PRs as api-change, with a regen this should be good to go
|
I am starting to update and plan to cut the RC within the hour. |
|
Benchmark runs are scheduled for baseline = 561f63a and contender = 94565bc. 94565bc is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
re #3045
Rationale for this change
release
What changes are included in this PR?
Update version to 27.0.0 and add changelog
See rendered changelog here: https://github.com/alamb/arrow-rs/blob/alamb/prepare_for_27.0.0/CHANGELOG.md
Are there any user-facing changes?
Update version to 27.0.0 and changelog