RussellSpitzer commented on PR #11462: URL: https://github.com/apache/iceberg/pull/11462#issuecomment-2455390301
Same test failed again, ``` > Task :iceberg-flink:iceberg-flink-1.18:test TestMetadataTableReadableMetrics > testPrimitiveColumns() > catalogName=testhive, baseNamespace= FAILED java.lang.AssertionError: Expecting actual: [+I[+I[+I[52, 4, 2, null, [-41, 93, 117], [-37, 109, -74]], +I[32, 4, 0, null, false, true], +I[85, 4, 1, null, 1.00, 2.00], +I[85, 4, 0, 1, 1.0, 2.0], +I[44, 4, 2, null, [-41, 93, 117], [-37, 109, -74]], +I[71, 4, 0, 2, 0.0, 0.0], +I[71, 4, 0, null, 1, 2], +I[79, 4, 0, null, 1, 2], +I[79, 4, 0, null, 1, 2]]]] to contain exactly in any order: [+I[+I[+I[55, 4, 2, null, [-41, 93, 117], [-37, 109, -74]], +I[36, 4, 0, null, false, true], +I[91, 4, 1, null, 1.00, 2.00], +I[91, 4, 0, 1, 1.0, 2.0], +I[47, 4, 2, null, [-41, 93, 117], [-37, 109, -74]], +I[77, 4, 0, 2, 0.0, 0.0], +I[77, 4, 0, null, 1, 2], +I[85, 4, 0, null, 1, 2], +I[85, 4, 0, null, 1, 2]]]] elements not found: [+I[+I[+I[55, 4, 2, null, [-41, 93, 117], [-37, 109, -74]], +I[36, 4, 0, null, false, true], +I[91, 4, 1, null, 1.00, 2.00], +I[91, 4, 0, 1, 1.0, 2.0], +I[47, 4, 2, null, [-41, 93, 117], [-37, 109, -74]], +I[77, 4, 0, 2, 0.0, 0.0], +I[77, 4, 0, null, 1, 2], +I[85, 4, 0, null, 1, 2], +I[85, 4, 0, null, 1, 2]]]] and elements not expected: [+I[+I[+I[52, 4, 2, null, [-41, 93, 117], [-37, 109, -74]], +I[32, 4, 0, null, false, true], +I[85, 4, 1, null, 1.00, 2.00], +I[85, 4, 0, 1, 1.0, 2.0], +I[44, 4, 2, null, [-41, 93, 117], [-37, 109, -74]], +I[71, 4, 0, 2, 0.0, 0.0], +I[71, 4, 0, null, 1, 2], +I[79, 4, 0, null, 1, 2], +I[79, 4, 0, null, 1, 2]]]] at org.apache.iceberg.flink.TestHelpers.assertRows(TestHelpers.java:162) at org.apache.iceberg.flink.source.TestMetadataTableReadableMetrics.testPrimitiveColumns(TestMetadataTableReadableMetrics.java:255) ``` -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org