You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/04/22 05:10:57 UTC

[arrow] branch main updated: GH-35266: [CI][GLib][Parquet] Omit gparquet_column_chunk_metadata_equal() test (#35278)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 080a74c2c9 GH-35266: [CI][GLib][Parquet] Omit gparquet_column_chunk_metadata_equal() test (#35278)
080a74c2c9 is described below

commit 080a74c2c9c5b5b1f8b6252be4aff8697a3c7172
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Sat Apr 22 14:10:49 2023 +0900

    GH-35266: [CI][GLib][Parquet] Omit gparquet_column_chunk_metadata_equal() test (#35278)
    
    ### Rationale for this change
    
    Because it's not stable on macOS.
    
    ### What changes are included in this PR?
    
    We omit the test for now like GH-20207.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #35266
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 c_glib/test/parquet/test-column-chunk-metadata.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/c_glib/test/parquet/test-column-chunk-metadata.rb b/c_glib/test/parquet/test-column-chunk-metadata.rb
index a93fe85bbf..81d3dab971 100644
--- a/c_glib/test/parquet/test-column-chunk-metadata.rb
+++ b/c_glib/test/parquet/test-column-chunk-metadata.rb
@@ -45,6 +45,7 @@ class TestParquetColumnChunkMetadata < Test::Unit::TestCase
   end
 
   test("#==") do
+    omit("parquet::ColumnChunkMetaData::Equals() isn't stable.")
     reader = Parquet::ArrowFileReader.new(@file.path)
     other_metadata = reader.metadata.get_row_group(0).get_column_chunk(0)
     assert do