yittg commented on issue #4515:
URL: https://github.com/apache/iceberg/issues/4515#issuecomment-1091173725
Another case failed in `testPrimaryKeyFieldsAtBeginningOfSchema`
```
org.apache.iceberg.flink.TestFlinkUpsert >
testPrimaryKeyFieldsAtBeginningOfSchema[catalogName=testhadoop,
baseNamespace=default, format=PARQUET, isStreaming=true] FAILED
java.lang.AssertionError:
Expecting:
[+I[bbb, 2022-03-01, 3], +I[aaa, 2022-03-01, 1]]
to contain exactly in any order:
[+I[aaa, 2022-03-01, 2], +I[bbb, 2022-03-01, 3]]
elements not found:
[+I[aaa, 2022-03-01, 2]]
and elements not expected:
[+I[aaa, 2022-03-01, 1]]
at
org.apache.iceberg.flink.TestHelpers.assertRows(TestHelpers.java:137)
at
org.apache.iceberg.flink.TestFlinkUpsert.testPrimaryKeyFieldsAtBeginningOfSchema(TestFlinkUpsert.java:[219](https://github.com/apache/iceberg/runs/5834902185?check_suite_focus=true#step:6:219))
```
--
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]