Prepare for arrow-rs 13.0.0 release#1624
Conversation
CHANGELOG.md
Outdated
| - ListArray::from\(ArrayData\) dereferences invalid pointer when offsets are empty [\#1601](https://github.com/apache/arrow-rs/issues/1601) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] | ||
| - Incorrect nullable flag when reading maps \( test\_read\_maps fails when `force_validate` is active\) [\#1587](https://github.com/apache/arrow-rs/issues/1587) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)] | ||
| - Output of `ipc::reader::tests::projection_should_work` fails validation [\#1548](https://github.com/apache/arrow-rs/issues/1548) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] | ||
| - Parquet: schema validation should allow scale == precision for decimal type [\#1607](https://github.com/apache/arrow-rs/pull/1607) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)] ([sunchao](https://github.com/sunchao)) |
There was a problem hiding this comment.
Isn't this the same with the first one Parquet schema should allow scale == precision for decimal type?
There was a problem hiding this comment.
Yes -- good call -- the script generates a line for every issue and PR marked bug -- I will remove the duplication. Thank you for the review @viirya
viirya
left a comment
There was a problem hiding this comment.
Looks good except one question.
Codecov Report
@@ Coverage Diff @@
## master #1624 +/- ##
==========================================
+ Coverage 82.94% 83.03% +0.08%
==========================================
Files 193 193
Lines 55635 55472 -163
==========================================
- Hits 46148 46060 -88
+ Misses 9487 9412 -75
Continue to review full report at Codecov.
|
|
Merging this one in to create a release candidate |
Which issue does this PR close?
re #1623
Rationale for this change
see subject
What changes are included in this PR?