You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/04/21 11:18:14 UTC

[GitHub] [arrow] mapleFU opened a new issue, #35266: [Ruby][Parquet] ParquetColumnChunkMetadata comparing failed

mapleFU opened a new issue, #35266:
URL: https://github.com/apache/arrow/issues/35266

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   ```
   ===============================================================================
   Failure: test: #==(TestParquetColumnChunkMetadata):
           @metadata == other_metadata
           |         |  |
           |         |  #<Parquet::ColumnChunkMetadata:0x7fec99845598 ptr=0x600000f6be20>
           |         false
           #<Parquet::ColumnChunkMetadata:0x7fec9984f638 ptr=0x600000eba320>
   /Users/runner/work/arrow/arrow/c_glib/test/parquet/test-column-chunk-metadata.rb:50:in `block in <class:TestParquetColumnChunkMetadata>'
        47:   test("#==") do
        48:     reader = Parquet::ArrowFileReader.new(@file.path)
        49:     other_metadata = reader.metadata.get_row_group(0).get_column_chunk(0)
     => 50:     assert do
        51:       @metadata == other_metadata
        52:     end
        53:   end
   ===============================================================================
   .......................O
   ===============================================================================
   Omission: parquet::RowGroupMetaData::Equals() isn't stable. [test: #==(TestParquetRowGroupMetadata)]
   /Users/runner/work/arrow/arrow/c_glib/test/parquet/test-row-group-metadata.rb:48:in `block in <class:TestParquetRowGroupMetadata>'
   ===============================================================================
   ```
   
   Eg: 
   1. https://github.com/apache/arrow/actions/runs/4763103224/jobs/8466124309?pr=35242
   2. https://github.com/apache/arrow/actions/runs/4762190574/jobs/8464152443?pr=35262
   
   ### Component(s)
   
   Continuous Integration, Parquet, Ruby


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] mapleFU commented on issue #35266: [CI][GLib][Parquet] GParquetColumnChunkMetadata comparing failed

Posted by "mapleFU (via GitHub)" <gi...@apache.org>.
mapleFU commented on issue #35266:
URL: https://github.com/apache/arrow/issues/35266#issuecomment-1518545161

   Okay, will add one today


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] mapleFU commented on issue #35266: [CI][GLib][Parquet] GParquetColumnChunkMetadata comparing failed

Posted by "mapleFU (via GitHub)" <gi...@apache.org>.
mapleFU commented on issue #35266:
URL: https://github.com/apache/arrow/issues/35266#issuecomment-1518554997

   https://github.com/apache/arrow/pull/35281 add one naive implemention


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] mapleFU commented on issue #35266: [CI][GLib][Parquet] GParquetColumnChunkMetadata comparing failed

Posted by "mapleFU (via GitHub)" <gi...@apache.org>.
mapleFU commented on issue #35266:
URL: https://github.com/apache/arrow/issues/35266#issuecomment-1518524836

   @kou Thanks for fast fixing this. Sorry for making that failed, however, I'm not familiar with Ruby, I think I just change some comments in the code in https://github.com/apache/arrow/pull/35278 . If you find something wrong, please tell me, or print the difference of these two  metadatas. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #35266: [CI][GLib][Parquet] GParquetColumnChunkMetadata comparing failed

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #35266: [CI][GLib][Parquet] GParquetColumnChunkMetadata comparing failed
URL: https://github.com/apache/arrow/issues/35266


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #35266: [CI][Ruby][Parquet] ParquetColumnChunkMetadata comparing failed

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #35266:
URL: https://github.com/apache/arrow/issues/35266#issuecomment-1518356385

   It's not reproduced on my local M1 macOS...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #35266: [CI][GLib][Parquet] GParquetColumnChunkMetadata comparing failed

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #35266:
URL: https://github.com/apache/arrow/issues/35266#issuecomment-1518538277

   OK. Could you implement `parquet::ColumnChunkMetaData::ToString()`? Then we can dump metadata contents easily.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #35266: [CI][Ruby][Parquet] ParquetColumnChunkMetadata comparing failed

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #35266:
URL: https://github.com/apache/arrow/issues/35266#issuecomment-1518332742

   It seems that this is happen since we merge #35229.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #35266: [CI][GLib][Parquet] GParquetColumnChunkMetadata comparing failed

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #35266: [CI][GLib][Parquet] GParquetColumnChunkMetadata comparing failed
URL: https://github.com/apache/arrow/issues/35266


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org