This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c90efe717 Fix 57.1.0 CHANGELOG to refer to virtual row number support 
(#8903)
1c90efe717 is described below

commit 1c90efe717c1a2f99a0a97d6e9c93cd913eaca3c
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Nov 25 07:34:28 2025 -0500

    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 https://github.com/apache/arrow-rs/issues/8800 to
    lead people there
    
    # Are these changes tested?
    
    CI
    
    # Are there any user-facing changes?
---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d08a541d3..240e9681c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,7 +32,7 @@
 - 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)]
 - 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)]
 - 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)]
-- \[Parquet\] virtual row group number support 
[\#8800](https://github.com/apache/arrow-rs/issues/8800)
+- \[Parquet\] virtual row number support 
[\#7299](https://github.com/apache/arrow-rs/issues/7299)
 - \[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)]
 - 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)]
 - \[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)]

Reply via email to