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

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


The following commit(s) were added to refs/heads/59_maintenance by this push:
     new f90e061326 [59_maintenance] Backport parquet-testing revision update 
for ALP tests (#10871)
f90e061326 is described below

commit f90e061326bd821a7af09281d9e92de6f3b603d9
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Aug 26 16:27:23 2026 -0400

    [59_maintenance] Backport parquet-testing revision update for ALP tests 
(#10871)
    
    # Which issue does this PR close?
    
    N/A
    
    # Rationale for this change
    
    Backport https://github.com/apache/arrow-rs/pull/10786 to the
    `59_maintenance` branch -- so I don't hit an error validating the
    release
    -
    https://github.com/apache/arrow-rs/issues/10738#issuecomment-5430613192
    
    # What changes are included in this PR?
    
    Cherry-pick of 0e581556e8ba4ec4fff4d1e0ed11d44730b92767 (#10786):
    1. Update the `parquet-testing` submodule to `09f3cdbd`
    2. Add the new `variants` entry to the known files list in the
    `bad_data` test
    
    The submodule pointer had a trivial conflict with the revision on
    `59_maintenance` (`ffdcbb5e`); it was resolved by taking the newer
    revision from #10786, of which `ffdcbb5e` is an ancestor.
    
    # Are these changes tested?
    
    By CI
    
    # Are there any user-facing changes?
    
    No
    
    Co-authored-by: Kosta Tarasov <[email protected]>
---
 parquet-testing                        | 2 +-
 parquet/tests/arrow_reader/bad_data.rs | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/parquet-testing b/parquet-testing
index ffdcbb5e22..09f3cdbde4 160000
--- a/parquet-testing
+++ b/parquet-testing
@@ -1 +1 @@
-Subproject commit ffdcbb5e22828186c7461e56dbd26a0fe3caee56
+Subproject commit 09f3cdbde45302f0f0c689c950e465e98a9df960
diff --git a/parquet/tests/arrow_reader/bad_data.rs 
b/parquet/tests/arrow_reader/bad_data.rs
index b3173138fb..b9cce1adf6 100644
--- a/parquet/tests/arrow_reader/bad_data.rs
+++ b/parquet/tests/arrow_reader/bad_data.rs
@@ -35,6 +35,7 @@ static KNOWN_FILES: &[&str] = &[
     "ARROW-GH-45185.parquet",
     "ARROW-GH-47662.parquet",
     "README.md",
+    "variants",
 ];
 
 /// Returns the path to 'parquet-testing/bad_data'

Reply via email to