Skip to content

Commit 1c90efe

Browse files
authored
Fix 57.1.0 CHANGELOG to refer to virtual row number support (#8903)
# Which issue does this PR close? We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. - Related to https://github.com/apache/arrow-rs/pull/8874/files#r2550560291 # Rationale for this change @vustef [pointed](https://github.com/apache/arrow-rs/pull/8874/files#r2550560291) out the changelog for 57.1.0 improperly misses the row number support # What changes are included in this PR? Fix the Changelog NOTE this doesn't affect the changelog on the 57.1.0 tag -- I will however, add a note to #8800 to lead people there # Are these changes tested? CI # Are there any user-facing changes?
1 parent 08dee63 commit 1c90efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- ValueStatistics methods can't be used from generic context in external crate [\#8823](https://github.com/apache/arrow-rs/issues/8823) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
3333
- Custom Pretty-Printing Implementation for Column when Formatting Record Batches [\#8821](https://github.com/apache/arrow-rs/issues/8821) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
3434
- Parquet-concat: supports bloom filter and page index [\#8804](https://github.com/apache/arrow-rs/issues/8804) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)]
35-
- \[Parquet\] virtual row group number support [\#8800](https://github.com/apache/arrow-rs/issues/8800)
35+
- \[Parquet\] virtual row number support [\#7299](https://github.com/apache/arrow-rs/issues/7299)
3636
- \[Variant\] Enforce shredded-type validation in `shred_variant` [\#8795](https://github.com/apache/arrow-rs/issues/8795) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
3737
- Simplify decision logic to call `FilterBuilder::optimize` or not [\#8781](https://github.com/apache/arrow-rs/issues/8781) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)]
3838
- \[Variant\] Add variant to arrow for DataType::{Binary, LargeBinary, BinaryView} [\#8767](https://github.com/apache/arrow-rs/issues/8767) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)]

0 commit comments

Comments
 (0)