manuzhang commented on issue #9511: URL: https://github.com/apache/iceberg/issues/9511#issuecomment-2302472715
It looks this is happening again https://github.com/apache/iceberg/actions/runs/10486032923/job/29043393618 ``` TestSparkExecutorCache > testMergeOnReadUpdate() > catalogName = testhive, implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=hive, io-impl=org.apache.iceberg.spark.TestSparkExecutorCache$CustomFileIO, default-namespace=default} FAILED java.lang.AssertionError: Expecting all elements of: [GenericDeleteFile{content=position_deletes, file_path=/tmp/junit17759035431822043198/pos-deletes-bb0e7a65-0665-4aca-8420-4b1d350158fb, file_format=PARQUET, spec_id=0, partition=PartitionData{}, record_count=2, file_size_in_bytes=1267, column_sizes={2147483546=147, 2147483545=69}, value_counts=null, null_value_counts=null, nan_value_counts=null, lower_bounds=null, upper_bounds=null, key_metadata=null, split_offsets=[4], equality_ids=null, sort_order_id=null, data_sequence_number=null, file_sequence_number=null}, GenericDeleteFile{content=equality_deletes, file_path=/tmp/junit17759035431822043198/eq-deletes-44c2c956-e9c2-4a5f-8d99-8cea6fdfa6a4, file_format=PARQUET, spec_id=0, partition=PartitionData{}, record_count=2, file_size_in_bytes=448, column_sizes={1=46}, value_counts={1=2}, null_value_counts={1=0}, nan_value_counts={}, lower_bounds=org.apache.iceberg.SerializableByteBufferMap@e1782, upper_bounds=org.apache.iceberg.SerializableByteBufferMap@e1787, key_metadata=null, split_offsets=[4], equality_ids=[1], sort_order_id=0, data_sequence_number=null, file_sequence_number=null}] to match given predicate but this element did not: GenericDeleteFile{content=equality_deletes, file_path=/tmp/junit17759035431822043198/eq-deletes-44c2c956-e9c2-4a5f-8d99-8cea6fdfa6a4, file_format=PARQUET, spec_id=0, partition=PartitionData{}, record_count=2, file_size_in_bytes=448, column_sizes={1=46}, value_counts={1=2}, null_value_counts={1=0}, nan_value_counts={}, lower_bounds=org.apache.iceberg.SerializableByteBufferMap@e1782, upper_bounds=org.apache.iceberg.SerializableByteBufferMap@e1787, key_metadata=null, split_offsets=[4], equality_ids=[1], sort_order_id=0, data_sequence_number=null, file_sequence_number=null} at org.apache.iceberg.spark.TestSparkExecutorCache.checkUpdate(TestSparkExecutorCache.java:303) at org.apache.iceberg.spark.TestSparkExecutorCache.testMergeOnReadUpdate(TestSparkExecutorCache.java:286) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
