flyrain commented on PR #4456:
URL: https://github.com/apache/iceberg/pull/4456#issuecomment-1092277916
The failed test should not be related.
```
org.apache.iceberg.flink.TestFlinkUpsert >
testPrimaryKeyFieldsAtEndOfTableSchema[catalogName=testhadoop,
baseNamespace=default, format=PARQUET, isStreaming=true] FAILED
java.lang.AssertionError:
Expecting:
[+I[3, bbb, 2022-03-01], +I[1, aaa, 2022-03-01]]
to contain exactly in any order:
[+I[2, aaa, 2022-03-01], +I[3, bbb, 2022-03-01]]
elements not found:
[+I[2, aaa, 2022-03-01]]
and elements not expected:
[+I[1, aaa, 2022-03-01]]
at
org.apache.iceberg.flink.TestHelpers.assertRows(TestHelpers.java:137)
at
org.apache.iceberg.flink.TestFlinkUpsert.testPrimaryKeyFieldsAtEndOfTableSchema(TestFlinkUpsert.java:262)
```
--
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]